implement

Coordinates sprint-dev to implement backlog stories with automated validation and STATE.md checkpoints.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill implement-lasswellt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/implement
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill implement-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates the execution phase of a sprint to implement backlog stories with explicit progress logging, validation, and checkpointing, ensuring predictable delivery.

Core Features & Use Cases

  • Phase-driven sprint execution: orchestrates sprint-dev to implement stories based on flags (--sprint, --stories) and execution modes.
  • Verbose progress and auditing: prints [implement] status lines at every phase transition and logs skill_start/skill_complete events to the activity feed.
  • Validation and safeguards: performs pre-flight checks for sprint registry, story existence, active sprint-dev sessions, and ensures a clean build baseline before execution.

Quick Start

Run the implement skill with the desired flags to start or resume a sprint, for example --sprint 42 --mode autonomous.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate backlog story implementation during a sprint?▼

Automate backlog story implementation by coordinating sprint-dev with flags like --sprint and --stories to execute stories phase-by-phase. The skill manages state via STATE.md checkpoints and logs progress to the activity feed for predictable delivery.

What is automated sprint checkpointing and how does it track progress?▼

Automated sprint checkpointing tracks implementation progress by persisting state transitions to a STATE.md file at every phase. This ensures resumable execution and provides an auditable record of story-level completion during the sprint.

How do I validate a sprint before starting automated story implementation?▼

Validate a sprint before implementation by running pre-flight checks for the sprint registry, story existence, and active sprint-dev sessions. The skill also enforces a clean build baseline to ensure a stable starting point for execution.

Can I resume sprint implementation from the last checkpoint if execution stops?▼

You can resume sprint implementation because the skill persists state via STATE.md checkpoints after each phase. Running the skill again with the appropriate --sprint flag reads the checkpoint to continue story execution from the last valid state.

Does sprint implementation work without external dependencies?▼

Sprint implementation works without external dependencies, relying instead on internal state management via STATE.md and event logging to the activity feed. It orchestrates the existing sprint-dev workflow rather than requiring third-party libraries.

Why does sprint implementation require a clean build baseline before execution?▼

A clean build baseline is required to prevent compounding errors during automated story implementation. Pre-flight validation enforces this baseline so that any failures detected during sprint execution are attributable to the current story, not pre-existing code issues.