What problem does it solve?
This Skill acts as a central coordinator for complex development tasks, ensuring that work is delegated to the right specialists and that the entire process adheres to strict methodologies like TDD. It prevents the AI from performing tasks directly, focusing solely on management and validation.
Core Features & Use Cases
- Task Orchestration: Manages the entire lifecycle of a development task, from initial analysis to final verification.
- Agent Delegation: Dispatches specific sub-tasks to specialized agents (Architect, Developer, Tester, Reviewer, Verifier).
- Workflow Enforcement: Strictly follows predefined workflows based on the task scenario (New Feature, Bug Fix, etc.).
- TDD Adherence: Enforces the Red/Green/Refactor testing principle for code implementation.
- Progress Tracking: Maintains a
TODO.md file to track task progress and status.
- Use Case: When a user requests a new feature, the
fus-lead skill will first identify the scenario, then dispatch tasks to an Architect for design, a Tester for writing failing tests, a Developer to implement the code, a Reviewer for code quality, and finally a Verifier for final validation, ensuring each step is completed and validated before proceeding.
Quick Start
Use the fus-lead skill to implement a new feature by following the standard workflow.