ag-planejar-execucao

Break software specs into phased atomic tasks with dependencies and done criteria.

19|4|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-planejar-execucao
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ag-planejar-execucao
Source: https://github.com/andregusman-raiz/a-gusman-claude/tree/main/skills/ag-planejar-execucao
Command: npx skills add https://github.com/andregusman-raiz/a-gusman-claude --skill ag-planejar-execucao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quebra specs em fases e tarefas atômicas com dependências, critérios de conclusão e estimativas, produzindo um plano de execução claro.

Core Features & Use Cases

  • Quebra de specs em fases com tarefas atômicas e dependências bem definidas
  • Definição de critérios de conclusão para cada tarefa
  • Geração do arquivo docs/plan/task_plan.md para uso na etapa de implementação

Quick Start

Spawn the ag-planejar-execucao agent to break a spec into phased, atomic tasks and generate docs/plan/task_plan.md.

Frequently Asked Questions about ag-planejar-execucao

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

FAQPage Schema
How do I break a software spec into phased execution plans?▼

To break a software spec into phased execution plans, you parse the specification into atomic tasks with explicit dependencies and done criteria. This generates a structured docs/plan/task_plan.md file for the implementation phase.

What is the best way to define task dependencies and done criteria for an agile workflow?▼

Defining task dependencies and done criteria for an agile workflow involves structuring features, bugs, or refactors into atomic tasks. The process outputs a task_plan.md that enforces explicit completion criteria before build execution.

How does generating a task plan from a spec improve project management execution?▼

Generating a task plan from a spec improves project management execution by decomposing work into phases with well-defined dependencies. It produces a clear task_plan.md that feeds directly into the implementation step, ensuring structured execution.

Can I use this execution planning approach for bugs and refactors, not just new features?▼

Yes, you can use this execution planning approach for bugs and refactors. It breaks down any engineering work into phased, atomic tasks with explicit dependencies and completion criteria, outputting a structured task_plan.md file.

Do I need a detailed spec before creating an atomic task plan?▼

Yes, a detailed spec is required before creating an atomic task plan. The planning process breaks the specification into phased tasks with explicit dependencies and done criteria, generating the docs/plan/task_plan.md file for implementation.