원클릭으로
docs-sync
Detect and update out-of-sync documentation when closing an epic or feature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Detect and update out-of-sync documentation when closing an epic or feature
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Reset estratégico de un producto existente: diagnosticar, visionar, planificar, ejecutar
Formal epic closure ritual — security audit, CHANGELOG consolidation, tagging, merge
Format commit messages following Conventional Commits — works in terminal and IDE
Format and create commits following Conventional Commits with project-specific scopes
Universal workflow orchestrator — Pre-Flight checklist + 5 Gates for task lifecycle
Generate and update technical documentation — architecture, conventions, design decisions, changelogs
| name | docs-sync |
| description | Detect and update out-of-sync documentation when closing an epic or feature |
| version | 2.0.0 |
| compat | claude-code, codex, cursor, openclaw |
| fill | file-patterns |
Detect which documentation has become out of sync with the changes in the current epic/feature and update it without asking for confirmation.
List all files touched in the epic/feature:
git diff main...HEAD --name-only
If this is the first time running in this repo or the mapping table below contains placeholders:
ls -R or check .knowledge/ folder).| Touched Files/Patterns | Potential Out-of-Sync Docs |
|---|---|
{{FILL: pattern_1}} | {{FILL: doc_1}} |
{{FILL: pattern_2}} | {{FILL: doc_2}} |
CLAUDE.md | Ensure skills and workflows reflect architectural changes |
| Any file in the epic | AGENT_TASKS.md or ROADMAP.md — mark tasks as completed |
| Config/Setup changes | README.md — for onboarding and local environment setup |
| Architectural decisions | .knowledge/decisions/*.md |
For each candidate document:
For each candidate doc, issue one of these verdicts:
REPLACE_ME), the agent MUST populate it by analyzing the repository structure before proceeding with the sync.CLAUDE.md, report it explicitly before proceeding.## Docs Sync — [Epic/Feature Name]
### Analyzed Docs
- `.knowledge/feature-a.md` → OK
- `.knowledge/schema.md` → SYNC ✏️ (updated: "users" table — new field `is_active`)
- `.knowledge/decisions/005-caching.md` → SYNC ✏️ (updated: TTL changed from 60s to 300s)
### Missing Documentation Gaps
- `src/experimental/new-tool.md` — no doc covers this module (consider creating `.knowledge/experimental-tools.md`)
### Global Verdict
DOCS UP TO DATE / GAPS IDENTIFIED