implement

Plan and execute software implementation with phased or direct build workflows.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Digication/claude-blueprint --skill implement-digication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/Digication/claude-blueprint/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/Digication/claude-blueprint --skill implement-digication

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines planning and execution of software implementation work by providing an automated framework that chooses between direct development and phased plans based on scope and user input.

Core Features & Use Cases

  • Planning & Execution Workflow: Assess project scope, generate phased implementation plans, and execute phases in order.
  • Mode Detection & Transition: Automatically switch between plan-mode and direct-implementation mode, based on user commands and project size.
  • Plan Execution: Accept existing plans from docs/implementation-plan and run them with proper verification checkpoints.
  • Context-Aware Workflows: Respect workspace safety by delegating dirty-state handling to a dedicated task skill and integrating testing phases.

Quick Start

Describe the feature you want and I will generate an implementation plan or start executing an existing plan.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I plan and execute software implementation projects automatically?

Software implementation projects are planned and executed by evaluating project scope to automatically select between direct development or phased execution. This framework generates structured plan documents and coordinates phases with integrated testing checkpoints.

When should I use phased implementation plans instead of direct development?

Phased implementation plans are used when project scope and complexity are high, whereas direct development is selected for smaller tasks. The workflow evaluates scope and user input to determine whether to generate a multi-phase plan or build immediately.

How do I execute an existing implementation plan from a document?

You can execute existing implementation plans by placing them in the docs/implementation-plan directory. The system reads these structured plan documents and runs the execution phases sequentially with built-in verification checkpoints.

Does the implementation workflow require a clean workspace state?

Yes, the implementation workflow requires a safe workspace state before execution begins. Dirty-state handling is delegated to a dedicated task skill to ensure project safety before planning or development phases initiate.

What type of testing is integrated into the implementation execution workflow?

Unit and integration checks are integrated into the implementation execution workflow to validate development phases. These testing checkpoints ensure code correctness before moving to the next phase of the project plan.

Can I add new features to an existing application using this workflow?

Yes, you can add new features to an existing application using this workflow. The system detects the context of the request, assesses the feature scope, and transitions between plan-mode and direct-implementation mode to execute the work safely.