ai-development-guide
Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend…
Create work plan from design document and obtain plan approval
$ npx -y skills add shinpr/claude-code-workflows --skill recipe-plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/recipe-planContext preview
The summary Claude sees to decide when to auto-load this skill.
Create work plan from design document and obtain plan approval
name: recipe-plan description: Create work plan from design document and obtain plan approval disable-model-invocation: true
**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 the planning phase.
**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 Protocol**: 1. **Invoke named specialists for deliverable production** — pass data between them and validate their results 2. **Follow subagents-orchestration-guide skill planning flow exactly**:
3. **Scope**: See Scope Boundaries below
At each Agent invocation below, build the prompt as a mechanical extraction: copy the named source values into the exact fields, apply only the declared serialization, then invoke immediately.
Acceptance-test-generator is part of this planning flow and may return no selected lanes when the Design Doc has no justified integration/E2E proof boundary.
**Included in this skill**:
**Responsibility Boundary**: This skill completes when the user authorizes implementation of the reviewed plan.
Follow the planning process below:
Invoke work-planner using Agent tool:
Invoke document-reviewer to review the work plan:
**Recommended**: After plan approval, output the standard block below.
Planning phase completed. - Work plan: docs/plans/[plan-name].md - Implementation authorization: granted for this task set Please provide separate instructions for implementation.
When findings were declined during Work Plan review, append their IDs, governing reasons, and evidence to this completion response.
Claude Code can explore a codebase deeply. On non-trivial work, the harder problem is convergence.
Repo: shinpr/claude-code-workflows
Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend…
Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.
Determines which of PRD, ADR, UI Spec, Design Doc, and Work Plan a change requires, and where each is stored. Use when deciding documentation scope, or when…
Records where resources outside the repository live (design source, design system, API schema, IaC source, secret store) and how design, implementation, and…
Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components,…
Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.