workflow-planning

Coordinate planning, execution, and verification for complex tasks via tasks/todo.md.

3|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/t6adev/claude-code-tools --skill workflow-planning-t6adev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-planning
Source: https://github.com/t6adev/claude-code-tools/tree/main/tools/skills/meta/workflow-planning
Command: npx skills add https://github.com/t6adev/claude-code-tools --skill workflow-planning-t6adev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate planning, execution, and verification for complex tasks to maintain structure and ensure timely delivery across multi-step initiatives.

Core Features & Use Cases

  • Defines a three-phase workflow (plan, execute, verify) to manage tasks that require architecture decisions, multi-file changes, or long-running work.
  • Plans are captured in tasks/todo.md as a checklist; progress is tracked by updating checkboxes and adding a concise change summary during execution.
  • Verification enforces quality checks such as linting, tests, and diffs, ensuring that tasks are complete and aligned with the main branch before completion.

Quick Start

Call /workflow-planning to start a planning cycle for a complex task.

Frequently Asked Questions about workflow-planning

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

FAQPage Schema
How do I manage complex multi-file changes without losing track of progress?

Complex multi-file changes require a structured workflow that coordinates planning, execution, and verification. You can define tasks in a checklist, track progress by updating statuses, and enforce quality checks like linting and tests before completion.

What is the best way to plan and verify architecture decisions for long-running tasks?

Planning and verifying architecture decisions is best handled through a three-phase cycle: capturing plans in a todo checklist, executing with continuous progress updates, and enforcing verification checks like tests and diffs to ensure alignment.

How do I track task execution and ensure code changes pass linting and tests?

To track task execution and ensure changes pass linting and tests, update your task checklist with concise change summaries during execution, then run verification checks against the main branch to validate code quality and completeness.

Does structured task planning work for multi-step initiatives requiring diff verification?

Structured task planning works effectively for multi-step initiatives by capturing requirements in a checklist, tracking execution updates, and enforcing diff verification to ensure all changes align with the main branch before completion.

When should I use a dedicated planning workflow instead of ad-hoc task management?

A dedicated planning workflow should be used instead of ad-hoc task management when tasks require architecture decisions, multi-file changes, or long-running work that needs structured verification like linting, tests, and diffs to ensure timely delivery.