What problem does it solve?
Integrating diverse requirements from multiple stakeholders (architect, tester, formatter) into a single, coherent implementation plan is prone to conflicts, overlaps, and missed details. This Skill automates the synthesis process, ensuring a unified and comprehensive plan, saving time and preventing rework.
Core Features & Use Cases
- Reads All Reports: Gathers and parses individual requirement reports from architect, tester, and formatter agents.
- Identifies Conflicts & Gaps: Analyzes reports for conflicting approaches, duplicate work, and missing coverage.
- Creates Unified Plan: Generates a structured implementation plan covering architecture, testing, documentation, and overall approach.
- State Transition: Updates the task state to
SYNTHESIS and writes the plan to task.md.
- Use Case: After architect, tester, and formatter agents have submitted their individual requirement reports for a new feature, use this Skill to automatically synthesize them into a single, actionable implementation plan. This ensures all stakeholder concerns are addressed before coding begins, preventing costly rework.
Quick Start
After all requirement reports are complete, synthesize the plan:
TASK_NAME="implement-formatter-api"
/workspace/main/.claude/scripts/synthesize-plan.sh
--task "$TASK_NAME"