recipe-fullstack-implement
GitHub全栈实现编排技能,管理从需求到QA的全生命周期。通过子代理协调前后端开发,依据monorepo流程执行设计与实施,强制审查闭环,确保高质量交付。
Trigger Scenarios
Install
npx skills add shinpr/claude-code-workflows --skill recipe-fullstack-implement -g -y
SKILL.md
Frontmatter
{
"name": "recipe-fullstack-implement",
"description": "Orchestrate full-cycle implementation across backend and frontend layers",
"disable-model-invocation": true
}
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: Full-cycle fullstack implementation management (Requirements Analysis → Design (backend + frontend) → Planning → Implementation → Quality Assurance)
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; include declined IDs with governing reasons and evidence in the final user report.
Before the first finding disposition, read references/review-resolution.md from the loaded subagents-orchestration-guide skill.
Required Reference
MANDATORY: Read references/monorepo-flow.md from subagents-orchestration-guide skill BEFORE proceeding. Follow the Fullstack Flow defined there instead of the standard single-layer flow.
Execution Protocol
- Invoke named specialists for deliverable production — pass deliverable paths between them and validate their results (see subagents-orchestration-guide "Orchestrator Execution Boundary")
- Follow monorepo-flow.md for the design phase (multiple Design Docs, design-sync, vertical slicing)
- Follow subagents-orchestration-guide skill for all other orchestration rules (stop points, structured responses, escalation)
- Enter autonomous mode only after "batch approval for entire implementation phase"
CRITICAL: Execute all steps, sub-agents, and stopping points defined in both the monorepo-flow.md reference and subagents-orchestration-guide skill.
Execution Decision Flow
1. Current Situation Assessment
Instruction Content: $ARGUMENTS
Assess the current situation:
| Situation Pattern | Decision Criteria | Next Action |
|---|---|---|
| New Requirements | No existing work, new feature/fix request | Start with requirement-analyzer |
| Flow Continuation | Existing docs/tasks present, continuation directive | Identify next step in monorepo-flow.md |
| Quality Errors | Error detection, test failures, build errors | Execute quality-fixer (layer-appropriate) |
| Ambiguous | Intent unclear, multiple interpretations possible | Confirm with user |
2. Progress Verification for Continuation
When continuing existing flow, verify:
- Latest artifacts (PRD/ADR/Design Docs/Work Plan/Tasks)
- Current phase position (Requirements/Design/Planning/Implementation/QA)
- Identify next step in monorepo-flow.md
3. Design through Planning Phase
Execute Skill: external-resource-context before running the external resource hearing in monorepo-flow.md.
Follow monorepo-flow.md for the complete design-through-planning flow (Steps 1-17 for Large scale, Steps 1-15 for Medium scale). The flow table in that reference defines every step, agent invocation, parallelization rule, and stop point.
Key points to enforce as the orchestrator runs the flow:
- Create separate Design Docs per layer (see monorepo-flow.md "Layer Context in Design Doc Creation")
- Frontend Design Doc references the approved UI Spec (pass UI Spec path to technical-designer-frontend) and reuses the ui-analyzer output produced earlier in the flow
- Execute document-reviewer once per Design Doc (separate invocations)
- Run design-sync for cross-layer consistency verification
- Pass all Design Docs to work-planner (subagent_type: "dev-workflows-fullstack:work-planner") with vertical slicing instruction
- Pass the Work Plan to document-reviewer (
doc_type: WorkPlan) and request batch approval only after the review passes
4. Register All Flow Steps Using TaskCreate (MANDATORY)
After scale determination, use TaskCreate to register each design/planning step and the implementation, verification, cleanup, and report phases. Complete registration before invoking subagents; mark and advance the active phase with TaskUpdate.
After requirement-analyzer [Stop]
Execute Skill: requirement-convergence before running the hearing protocol.
Run the requirement-convergence hearing protocol on the returned convergence object before presenting anything else, using the analyzer's scope facts and cost band as the facts it presents.
When user responds to questions:
- If any
convergencefield is belowready→ Re-execute requirement-analyzer with the hearing answers so the record is re-judged. Repeat until every field isreadyorweak-but-explicit - If response matches any
scopeDependencies.question→ Checkimpactfor scale change - If scale changes → Re-execute requirement-analyzer with updated context
- If
confidence: "confirmed"or no scale change → Proceed to next step
Subagents Orchestration Guide Compliance Execution
Pre-execution Checklist (MANDATORY):
- Read monorepo-flow.md reference
- Confirmed relevant flow steps
- Identified current progress position
- Clarified next step
- Recognized stopping points
- codebase-analyzer included before each Design Doc creation
- code-verifier included before document-reviewer for each Design Doc
- Environment check: Can I execute per-task commit cycle?
- If commit capability unavailable → Escalate before autonomous mode
- Other environments (tests, quality tools) → Subagents will escalate
Required Flow Compliance:
- Run quality-fixer (layer-appropriate) before every commit
- Obtain user approval before Edit/Write/MultiEdit outside autonomous mode
Scope Boundary for Subagents
Append the following block to every subagent prompt invoked from this recipe:
Scope boundary for subagents:
Operate within the task scope and referenced files in the prompt.
Use loaded skills to execute that scope.
Escalate when the required fix or investigation falls outside that scope.
Mandatory Orchestrator Responsibilities
Task Execution Quality Cycle (Filename-Pattern-Based)
Agent routing by task filename (see monorepo-flow.md reference):
*-backend-task-* → dev-workflows-fullstack:task-executor + dev-workflows-fullstack:quality-fixer
*-frontend-task-* → dev-workflows-fullstack:task-executor-frontend + dev-workflows-fullstack:quality-fixer-frontend
Rules:
- Execute ONE task completely before starting next (each task goes through the full 4-step cycle via Agent tool, using the correct executor per filename pattern)
- Check executor status before quality-fixer (escalation check). When
requiresTestReviewistrue, invoke integration-test-reviewer withdiffBase, changed integration/E2E paths,taskFile, prompt claims, andmutationEvidence, then branch on its status:approved→ Continue to rule 3blocked→ Escalate to userneeds_revision→ Run the Review Resolution Gate through its correction re-review, escalation, and convergence transitions; return rerouted corrections to the layer executor and continue to rule 3 only at convergence
- Run the layer quality-fixer after the executor and any required test-review loop completes, passing
task_file, upstreammutationEvidence, andqualityCommandwhen available (caller first, otherwise current task) - Check quality-fixer response:
stub_detected→ Return to executor withincompleteImplementations[]detailsblocked→ Escalate to userapproved→ Proceed to commit
Post-Implementation Verification (After All Tasks Complete)
Resolve all readable Design Docs from the Work Plan, or the Work Plan itself when none exist; missing input blocks verification.
Emit one code-verifier call per resolved document plus one security-reviewer call in one assistant message, then await all:
- code-verifier (subagent_type: "dev-workflows-fullstack:code-verifier") → each resolved
doc_type, singledocument_path, andcode_pathsfromgit diff --name-only main...HEAD - security-reviewer (subagent_type: "dev-workflows-fullstack:security-reviewer") → the typed
governingDocumentslist andimplementationFiles
Apply subagents-orchestration-guide's Post-Implementation Verification pass/fail and fix/re-run rules with the layer-appropriate executor and quality-fixer. Present the unified report; proceed to Final Cleanup after all pass.
Final Cleanup
Before the completion report, delete the implementation task files this recipe consumed. Their work is committed; docs/plans/ is ephemeral working state and is not retained between recipe runs:
- Delete every file matching
docs/plans/tasks/{plan-name}-backend-task-*.mdanddocs/plans/tasks/{plan-name}-frontend-task-*.md(the{plan-name}derived from the work plan path used in this run) - Preserve the work plan itself (
docs/plans/{plan-name}.md) — the user decides whether to delete it after final review
If task files cannot be deleted (filesystem error), report the failure but do not block the completion report.
Test Information Communication
After acceptance-test-generator execution, when invoking work-planner (subagent_type: "dev-workflows-fullstack:work-planner"), communicate:
- Generated integration test file path (from
generatedFiles.integration) - Generated fixture-e2e test file path or null (from
generatedFiles.fixtureE2e) - Generated service-integration-e2e test file path or null (from
generatedFiles.serviceE2e) - Per-lane E2E absence reason (from
e2eAbsenceReason.fixtureE2eande2eAbsenceReason.serviceE2e, when each lane is null)
Execution Method
Deliverable production is executed through the specialist selected by monorepo-flow.md and subagents-orchestration-guide; workflow decisions and returned-result validation remain with the orchestrator.
Version History
-
51b7dbc
Current 2026-08-05 01:46
重构以简化规划并收敛审查流程;修复以强化结果导向的编排;新增基于证据的审查解决机制。
-
29b9210
2026-08-03 04:21
重构需求听证协议,强制每一步提供完成证据以防止跳过;要求requirement-analyzer执行任务注册以实现序列化;优化PRD成功标准记录方式;移除不必要的收敛交接并修正相关提示词触发条件。
-
d439b50
2026-07-31 02:52
重构最终验证器并发逻辑,分离编排任务跟踪,优化Opus 5工作流提示词并关闭契约定义。
-
56ab6c1
2026-07-19 22:43
重构以改进提示词执行指导,优化使技能指导更具项目感知能力。
- 66e3b29 2026-07-05 11:59


