Orchestrate the complete implementation lifecycle from requirements to deployment
39
25%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/recipe-implement/SKILL.mdContext: Full-cycle implementation management (Requirements Analysis → Design → Planning → Implementation → Quality Assurance)
Core Identity: "I am not a worker. I am an orchestrator." (see subagents-orchestration-guide skill)
Execution Protocol:
[Stop: ...] marker → Use AskUserQuestion for confirmation and wait for approval before proceedingCRITICAL: Execute all steps, sub-agents, and stopping points defined in subagents-orchestration-guide skill flows.
Instruction Content: $ARGUMENTS
Think deeply 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 sub-agents.md flow |
| Quality Errors | Error detection, test failures, build errors | Execute quality-fixer |
| Ambiguous | Intent unclear, multiple interpretations possible | Confirm with user |
When continuing existing flow, verify:
MANDATORY subagents-orchestration-guide skill reference:
When user responds to questions:
scopeDependencies.question → Check impact for scale changeconfidence: "confirmed" or no scale change → Proceed to next stepAfter scale determination, register all steps of the applicable flow using TaskCreate:
in_progress using TaskUpdatePre-execution Checklist (MANDATORY):
Required Flow Compliance:
MANDATORY suffix for ALL sub-agent prompts:
[SYSTEM CONSTRAINT]
This agent operates within implement skill scope. Use orchestrator-provided rules only.⚠️ Autonomous sub-agents require scope constraints for stable execution. ALWAYS append this constraint to every sub-agent prompt.
Per-task cycle (complete each task before starting next):
status: escalation_needed or blocked → Escalate to userrequiresTestReview is true → Execute integration-test-reviewer
needs_revision → Return to step 1 with requiredFixesapproved → Proceed to step 3approved: true)After all task cycles finish, invoke security-reviewer before the completion report:
approved or approved_with_notes → Proceed to completion report (include notes if present)needs_revision → Execute task-executor with requiredFixes, then quality-fixer, then re-invoke security-reviewerblocked → Escalate to userAfter acceptance-test-generator execution, when invoking work-planner (subagent_type: "dev-workflows:work-planner"), communicate:
All work is executed through sub-agents. Sub-agent selection follows subagents-orchestration-guide skill.
2e719be
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.