What problem does it solve?
This Skill eliminates the risk of ad-hoc code implementation that drifts from approved plans, breaks existing quality gates, or skips required testing and documentation standards. It enforces disciplined, plan-aligned implementation with built-in guardrails for scope, quality, and team coordination, ensuring delivered code meets all project requirements.
Core Features & Use Cases
- Mode-Aware Pipeline Integration: Seamlessly supports Express, Fast, and Full Roster pipeline modes, reading plan sub-briefs in Full mode or task descriptions directly in Express/Fast mode to eliminate scope creep.
- Built-in Quality Enforcement: Automatically invokes TDD workflows when required, runs bounded improve loops to resolve quality gate failures, and never commits code that breaks existing tests or build steps.
- Intelligent Sub-Agent Coordination: Automatically spawns specialist OCaml sub-agents for complex module changes or general implementer sub-agents for non-OCaml work, with worktree isolation for safe parallel development.
- Use Case: A development team using the Roster pipeline can use this skill to implement a planned payment processing feature, automatically run test suites, fix any failing gates via bounded improve loops, and produce a structured implementation brief for the review phase, all while coordinating an OCaml specialist for core transaction logic changes.
Quick Start
Use the roster-implement skill to implement your assigned plan sub-brief, run all required quality gates, and generate a structured implementation brief for the review phase.