recipe-update-doc
FeaturedUpdate existing design documents (Design Doc / PRD / ADR) with review
AI & Automation 680 stars
102 forks Updated 2 days ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
**Explicit User Instruction**: The user explicitly instructs and authorizes every subagent call named in this recipe. Execute each applicable call when its prerequisites are met.
Execute Skill: llm-friendly-context before writing Agent prompts, handoffs, or generated artifacts.
Execute Skill: subagents-orchestration-guide before making workflow decisions, invoking agents, or resolving findings.
**Context**: Dedicated to updating existing design documents.
## Orchestrator Definition
**Core Identity**: "I am an orchestrator." (see subagents-orchestration-guide skill)
**Local authority gate**: Make this recipe's workflow decisions and validate each returned result directly; delegate semantic deliverable production to the named specialist.
**Review Resolution Gate [MANDATORY]**: Resolve every actionable deliverable-review finding through subagents-orchestration-guide `Review Resolution` before correction or progression.
Before the first finding disposition, read `references/review-resolution.md` from the loaded subagents-orchestration-guide skill.
**Execution Gate**: Complete Steps 1-6 in order, following only the branches activated by document type and review result. Advance only through each step's stated evidence, review convergence, or approval condition. Complete after the final approval gate and every applicable Completion Criterion is satisfied.
**Execution Protocol**:
1. **Invoke named specialists for deliverable production** — pass deliverable paths between them ...
Details
- Author
- shinpr
- Repository
- shinpr/claude-code-workflows
- Created
- 11 months ago
- Last Updated
- 2 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Featured
recipe-front-review
Design Doc compliance and security validation with optional auto-fixes
680 Updated 2 days ago
shinpr AI & Automation Featured
recipe-design
Execute from codebase-scoped analysis through optional ADR decisions to complete Design Doc approval
680 Updated 2 days ago
shinpr AI & Automation Featured
recipe-add-integration-tests
Add integration/E2E tests to existing codebase using Design Docs
680 Updated 2 days ago
shinpr