agentic-plan-crafting

Generate executable task plans from work scopes with file mappings and verification steps.

273|26|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-plan-crafting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-plan-crafting
Source: https://github.com/tmdgusya/roach-pi/tree/main/extensions/agentic-harness/skills/agentic-plan-crafting
Command: npx skills add https://github.com/tmdgusya/roach-pi --skill agentic-plan-crafting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transforms clearly defined work scopes into executable, plan-ready documents that enable deterministic worker-validator execution.

Core Features & Use Cases

  • Plan creation: converts a well-scoped brief into a structured plan with headers, file mappings, and verification steps.
  • Parallelizable tasks: designs tasks to run in parallel where possible without file conflicts.
  • Verification-ready: includes a final verification structure to validate plan success and traceability.

Quick Start

Provide a clear work scope and context brief, and the plan generator will output an executable plan document.

Frequently Asked Questions about agentic-plan-crafting

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

FAQPage Schema
How do I generate an executable task plan from a project scope?

Generate an executable task plan by providing a clearly defined work scope and context brief. The plan generator converts this input into a structured document with headers, file mappings, dependencies, and verification steps.

What is a worker-validator execution model for software tasks?

A worker-validator execution model structures tasks so that worker agents execute file changes while validator agents verify the results. This ensures deterministic execution and traceability through clear file mappings and verification steps.

Can I parallelize tasks in a multi-step codebase plan without file conflicts?

Yes, you can parallelize tasks without file conflicts. The plan generator designs tasks to run in parallel where possible, ensuring structured file mappings prevent conflicts during multi-step codebase execution.

Do I need a fully clarified work scope before creating an agentic plan?

Yes, you need a fully clarified work scope. The plan generator applies after clarification or on explicit plan requests, transforming well-scoped briefs into plan-ready documents for deterministic execution.

What's the best way to structure plans for subagents in software projects?

The best way to structure plans for subagents is to use a structured document with headers, file mappings, dependencies, and verification steps. This ensures parallelizable tasks and verification-ready execution.

How does plan validation work for multi-step codebase tasks?

Plan validation works by including a final verification structure to validate plan success and traceability. This verification-ready design ensures worker-validator execution can confirm task completion across software projects.