What problem does it solve?
Developers and teams lose institutional knowledge in conversations and ad-hoc notes; this Skill captures decisions, runbooks, onboarding steps, and architecture knowledge as durable, discoverable files so others don't have to rediscover it.
Core Features & Use Cases
- Identify document job: decide type (runbook, ADR, postmortem, onboarding, API doc), audience, and whether to update or create a file.
- Grounding from sources: read repository files, existing docs, PRs, and tickets to avoid guessing and to surface open questions.
- Choose canonical destination and author file: prefer existing docs/ locations, follow repo conventions, and create timestamped files for event records.
- Structured output and reporting: generate a scannable markdown file with required sections and report the created/updated path, assumptions, and gaps.
Quick Start
Create or update a repository doc by asking the agent: "Write a concise onboarding guide for new contributors covering setup, tests, and deployment with links to existing configs and commands."