start-implementation-phase

Validate planning prerequisites and announce the Entry Protocol before creating a Git branch.

2|Updated Jan 9, 2024
One-click install
npx skills add https://github.com/tetran/Hotwire-ToDo --skill start-implementation-phase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-implementation-phase
Source: https://github.com/tetran/Hotwire-ToDo/tree/main/.claude/skills/start-implementation-phase
Command: npx skills add https://github.com/tetran/Hotwire-ToDo --skill start-implementation-phase

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates the transition from Planning to Implementation for an Issue by validating prerequisites, announcing the Entry Protocol, and guiding the I1 (Create a Git Branch) step.

Core Features & Use Cases

  • Validates Planning Phase completion and progress file readiness.
  • Announces Entry Protocol including Flow, Phase, Issue number, progress file, and Current step.
  • Guides I1 execution from the latest main branch and updates progress immediately after the step.

Quick Start

Invoke this skill manually to start the Implementation Phase for a given Issue once Planning is complete.

Frequently Asked Questions about start-implementation-phase

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

FAQPage Schema
How do I transition an issue from planning to implementation?

To transition an issue from planning to implementation, you manually invoke the skill to validate planning phase completion, announce the entry protocol, and guide the creation of a Git branch from the latest main.

What prerequisites are needed to start the implementation phase for an issue?

Starting the implementation phase requires a target issue that has fully completed its Planning Phase (P1-P4) and an existing, ready progress file to validate readiness before proceeding.

How does this workflow handle the Git branch creation step?

This workflow handles Git branch creation by guiding the I1 execution step to create a new branch from the latest main, ensuring you update the progress file immediately after the step completes.

Why does the implementation handoff require explicit user confirmation?

The implementation handoff requires explicit user confirmation to enforce safe transitions, prevent the silent re-execution of completed planning work, and ensure the progress file is actively updated after each step.

What information is announced during the implementation entry protocol?

The entry protocol announces the workflow flow, current phase, target issue number, the associated progress file, and the current step to execute, ensuring clear context before implementation begins.

Can I use this implementation workflow without a completed planning phase?

No, you cannot use this workflow without a completed planning phase. It validates that the Planning Phase (P1-P4) is finished and a ready progress file exists, blocking progression if prerequisites are unmet.