roster-implement

Implement approved plan sub-briefs into production-ready code with TDD enforcement.

2|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/mathiasbourgoin/roster --skill roster-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roster-implement
Source: https://github.com/mathiasbourgoin/roster/tree/main/.opencode/skills/roster-implement
Command: npx skills add https://github.com/mathiasbourgoin/roster --skill roster-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about roster-implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a development plan without drifting from approved requirements?

To implement a development plan without drifting from requirements, use a plan-aligned implementation workflow that enforces scope guardrails, runs TDD workflows, and generates structured implementation briefs for downstream review.

How does TDD enforcement work during automated code implementation?

TDD enforcement during automated code implementation works by automatically invoking test-driven workflows when required, running bounded improve loops to resolve quality gate failures, and refusing to commit code that breaks existing tests or build steps.

Can I spawn sub-agents for OCaml specialist tasks during pipeline implementation?

Yes, you can spawn sub-agents for OCaml specialist tasks during pipeline implementation, automatically coordinating specialist sub-agents for complex module changes and general implementer sub-agents with worktree isolation for safe parallel development.

What is the best way to resolve quality gate failures in a CI pipeline?

The best way to resolve quality gate failures in a CI pipeline is to run bounded improve loops that iteratively fix failing tests and build steps without committing broken code, ensuring all project quality standards are met before delivery.

Does plan-aligned implementation support Express, Fast, and Full pipeline modes?

Yes, plan-aligned implementation supports Express, Fast, and Full pipeline modes by reading plan sub-briefs in Full mode or task descriptions directly in Express and Fast modes to eliminate scope creep across different development velocities.