From copilot-cli-toolkit
Implements changes incrementally in thin vertical slices using TDD, atomic commits, and complexity assessment. Run after /plan for structured builds.
npx claudepluginhub rjmurillo/ai-agentsThis skill is limited to using the following tools:
@CLAUDE.md
Guides incremental implementation of multi-file features, refactors, or large tasks via thin vertical slices. Cycle: implement, test, verify, commit each working slice.
Executes structured workflow for single scoped coding task: understand requirements, plan changes, implement, test, verify, and report. Use for focused implementation from plans or tickets.
Executes tech plans via dependency-aware task batching, TDD, incremental commits, section code reviews, and PR creation. Use after planning phases.
Share bugs, ideas, or general feedback.
@CLAUDE.md
Build: $ARGUMENTS
If $ARGUMENTS is empty, check for recent /plan output in the conversation. If none found, ask the user what to build.
Before implementation, Task(subagent_type="analyst"): Read .claude/skills/analyze/references/engineering-complexity-tiers.md and the task description. Classify as Tier 1-5. Return: tier, rationale, and recommended oversight level. Use this to calibrate implementation approach:
Task(subagent_type="implementer"): You are a senior engineer. Discover the project's tech stack, coding patterns, and test conventions by reading the codebase. Build in thin vertical slices. Test-first when the project has tests. Commit atomically.
For each slice:
After implementation, invoke Skill(skill="code-qualities-assessment") to score the result.
The agent should self-check: