workflow-development-99-next-todo

Guide structured planning workflows and update .agents/todos.md across projects.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/nechmads/blogging-system --skill workflow-development-99-next-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-development-99-next-todo
Source: https://github.com/nechmads/blogging-system/tree/main/.codex/skills/workflow-development-99-next-todo
Command: npx skills add https://github.com/nechmads/blogging-system --skill workflow-development-99-next-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides teams through a structured planning workflow to coordinate preparation, delegation, planning gates, and task execution, ensuring everything is planned before coding and tracked in the todos.

Core Features & Use Cases

  • Plan governance: Create and manage plans in ./agents/plans, ensuring tasks are connected to Todo items and review checkpoints.
  • Context-aware planning: Read relevant context from the .agents directory to tailor plans to the current project.
  • Subagent orchestration: Coordinate delegation to subagents and manage plan execution stages from planning to implementation.

Quick Start

Run the workflow unit to create a new plan for the next development task and update .agents/todos.md.

Frequently Asked Questions about workflow-development-99-next-todo

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

FAQPage Schema
How do I structure development planning before writing code?

Structure development planning by enforcing plan governance gates, reading project context from the .agents directory, and coordinating preparation before implementation. This ensures tasks are planned and connected to Todo items before coding begins.

What is subagent orchestration for development tasks?

Subagent orchestration coordinates delegation to subagents and manages plan execution stages. It guides the workflow from initial planning gates through implementation to ensure consistent execution of development work.

How do I create and manage development plans with project context?

Create development plans in the ./agents/plans directory and read relevant context from the .agents directory to tailor plans to the current project. This context-aware planning ensures tasks align with existing project requirements.

How do I track task progress during plan execution?

Track task progress by updating the .agents/todos.md file as tasks advance. Plans created in ./agents/plans are connected to these Todo items to maintain visibility throughout the implementation workflow.

Can I use structured planning workflows for multi-stage project governance?

Structured planning workflows support multi-stage project governance by enforcing review checkpoints across preparation, delegation, and execution. This applies to task planning and governance from planning gates through implementation.

What are the limitations of template-based task planning workflows?

Template-based task planning workflows require strict adherence to directory structures like ./agents/plans and .agents/todos.md. Without this organized file structure and consistent context reading, the planning gates and delegation coordination cannot function properly.