implement_plan

Execute technical plans and verify task success criteria.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill implement-plan-sameer-thakkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement_plan
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/implement_plan-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill implement-plan-sameer-thakkar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation and verification of technical plans, reducing manual errors and speeding up development workflows.

Core Features & Use Cases

  • Plan Implementation: Execute technical plans from a specified directory.
  • Verification: Verify the success criteria of each phase of the plan.
  • Agent Orchestration: Orchestrate multiple tasks with different agents.
  • Use Case: When you have a technical plan with multiple tasks, this Skill can automate the process of executing and verifying each task.

Quick Start

Implement the technical plan located at 'thoughts/shared/plans/plan_name.md'.

Frequently Asked Questions about implement_plan

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

FAQPage Schema
How do I automate technical plan implementation and verification?

You can automate plan implementation by pointing this Skill to a directory containing structured plan files, which orchestrates the execution of tasks and verifies their success criteria automatically.

How does task orchestration work for multi-phase technical plans?

Task orchestration reads structured plan files to manage dependencies, coordinating multiple agents to execute sequential development tasks while verifying the success criteria of each phase.

What format do plan files need to be in for automated implementation?

Plan files require structured information detailing specific tasks and their dependencies to automate the implementation and verification workflow, typically stored as markdown files in a specified directory.

Can I use automated verification to check success criteria during development?

Yes, automated verification checks the success criteria defined within your technical plan files after each task is orchestrated, reducing manual errors and validating development workflows.

Do I need dependencies installed to orchestrate tasks from a plan directory?

No external dependencies are required to orchestrate tasks from a plan directory, as the Skill operates autonomously using its internal scripts and references to execute the technical workflow.

When should I use an automated plan implementation workflow?

You should use automated plan implementation when you have technical plans with multiple dependent tasks, requiring orchestrated execution and continuous verification to speed up development workflows and reduce manual errors.