plan

Generate implementation plans with task files for parallel coding workflows.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill plan-imbue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/imbue-ai/sculptor/tree/main/sculptor/sculptor-workflow/skills/plan
Command: npx skills add https://github.com/imbue-ai/sculptor --skill plan-imbue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating detailed implementation plans, enabling parallel coding by breaking down tasks into manageable, self-contained files.

Core Features & Use Cases

  • Plan Generation: Produce a comprehensive implementation plan based on specifications and architecture documents.
  • Task Files: Organize tasks in a structured folder to ensure they can be executed sequentially without loss of context.
  • Integration: Works with the build agent to execute the plan and verify changes.

Quick Start

To create a plan for a feature, run the 'plan' skill with a feature slug as an argument, e.g., 'plan <feature-slug>'.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate an implementation plan from a spec for parallel coding?

To generate an implementation plan from a spec, run the plan skill with a feature slug as an argument. It analyzes your specifications and architecture documents to break down tasks into manageable, self-contained files for parallel development workflows.

What is the best way to break down coding tasks into self-contained files?

The best way to break down coding tasks is using automated task breakdowns that organize tasks in a structured folder. This ensures tasks can be executed sequentially without loss of context, simplifying parallel development and maintaining workflow continuity.

Can I integrate implementation planning with my build process to verify features?

Yes, implementation planning integrates with the build agent to execute the generated plan and verify feature completion. This integration automates the workflow from specification analysis through task execution to final verification.

How does task automation handle sequential execution without losing context?

Task automation handles sequential execution by organizing generated task files in a structured folder. This structure ensures that each coding task is self-contained, preventing loss of context during parallel development and build execution.

What specifications do I need to provide for implementation plan generation?

You need to provide specifications and architecture documents for implementation plan generation. The system uses these inputs to produce a comprehensive plan, breaking down the feature into manageable, self-contained files ready for parallel coding.