ready-to-implement

Validate active collab sessions and documented work items before implementation.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill ready-to-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ready-to-implement
Source: https://github.com/ben-mad-jlp/claude-mermaid-collab/tree/main/skills/ready-to-implement
Command: npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill ready-to-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that a collab session is active and that all work items are documented before moving to the implementation phase, reducing mid-stream ambiguity and rework.

Core Features & Use Cases

  • Verifies an active collab session exists
  • Reads the design document and parses the Work Items section to identify item status
  • Flags any pending items and returns to the work item loop
  • Prompts for transition to the rough-draft phase upon full documentation

Quick Start

Use the ready-to-implement skill during an active collab session to validate the current design state and proceed to rough-draft when all items are documented.

Frequently Asked Questions about ready-to-implement

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

FAQPage Schema
How do I verify all work items are documented before moving to implementation?

To verify work items before implementation, validate the active collaboration session, read the design document, and parse the Work Items section to check for any pending entries. If pending items are found, return to the work item loop until all are fully documented.

What happens if pending work items are found during the design-to-implementation transition?

If pending work items are found during the design-to-implementation transition, the process halts and returns to the work item loop. This gatekeeping mechanism ensures no undocumented items proceed to the rough-draft phase, reducing mid-stream ambiguity and rework.

When do I need a gatekeeping workflow for design documents and implementation?

You need a gatekeeping workflow for design documents when you want to enforce strict phase transitions. It ensures an active collaboration session is verified and all design document work items are resolved before delegating the phase change to the rough-draft implementation flow.

How do I transition a collaboration session to the rough-draft implementation phase?

To transition a collaboration session to the rough-draft implementation phase, confirm all work items are documented. The workflow then prompts for user confirmation and delegates the phase change via the complete_skill operation to the ready-to-implement flow.

Do I need an active collaboration session to validate design-to-implementation readiness?

Yes, an active collaboration session is required to validate design-to-implementation readiness. The workflow first verifies that a collaboration session is active before reading the design document and checking the Work Items section for pending tasks.

Why does my implementation phase start with missing work item documentation?

Your implementation phase starts with missing work item documentation because the gatekeeping process was bypassed. Enforcing a workflow that parses the design document and checks the Work Items section prevents undocumented tasks from moving to the rough-draft phase.