implement-plan

Execute multi-phase software plans using isolated git worktrees and verification.

2|Updated Jul 11, 2024
One-click install
npx skills add https://github.com/nicograef/handbook --skill implement-plan-nicograef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-plan
Source: https://github.com/nicograef/handbook/tree/main/.claude/skills/implement-plan
Command: npx skills add https://github.com/nicograef/handbook --skill implement-plan-nicograef

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of executing complex, multi-phase development plans without requiring constant human intervention or manual state tracking.

Core Features & Use Cases

  • Autonomous Execution: Orchestrates phase-by-phase implementation using git worktrees to ensure isolation and durability.
  • Resilient Recovery: Automatically detects and resumes interrupted workflows after crashes, usage limits, or manual stops.
  • Verification-Driven Development: Enforces strict acceptance criteria by verifying code after every commit and folding parallel work into a clean base branch.

Quick Start

Invoke the implement-plan skill by providing the file path to your project plan to begin the automated execution process.

Frequently Asked Questions about implement-plan

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

FAQPage Schema
How do I automate multi-phase software implementation plans end to end?

You can automate multi-phase software implementation plans by orchestrating phase-by-phase execution using isolated git worktrees, ensuring non-destructive operations and rigorous verification-based progress tracking.

What is the best way to execute complex development tasks across parallel agents?

Executing complex development tasks across parallel agents requires coordinating isolated git worktrees and folding parallel work into a clean base branch after strict acceptance criteria verification.

Can I resume an interrupted workflow if an automated git worktree process crashes?

Yes, you can resume an interrupted workflow after crashes or manual stops because the process automatically detects incomplete states and recovers execution without losing prior progress.

How do I ensure atomic commits during autonomous project implementation?

To ensure atomic commits during autonomous project implementation, the workflow manages isolated git worktrees and verifies code against acceptance criteria after every single commit.

Does autonomous workflow orchestration work without manual state tracking?

Yes, autonomous workflow orchestration works without manual state tracking by managing isolated git worktrees and automatically detecting workflow states for resilient recovery.

What do I need to provide to start autonomous end-to-end project implementation?

To start autonomous end-to-end project implementation, you need to provide the file path to your project plan to begin the automated phase-by-phase execution process.