project-todo-init

Verify and scaffold standardized todo folder structures for projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/brentwpeterson/claude-commands --skill project-todo-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-todo-init
Source: https://github.com/brentwpeterson/claude-commands/tree/main/skills/project-todo-init
Command: npx skills add https://github.com/brentwpeterson/claude-commands --skill project-todo-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically verifies and scaffolds a standardized todo folder structure for projects, ensuring teams can start without missing scaffolds.

Core Features & Use Cases

  • Automatic verification of the presence of todo/ and required subdirectories (backlog, current, completed, review, recurring-bugs).
  • Auto-scaffolding to create the full directory tree and template files when the structure is missing.
  • Integration readiness with commands like /start-work, /create-bugfix, and /resume-todo to ensure task management readiness.

Quick Start

Run the skill before starting work on a project to automatically verify and scaffold the todo structure if it is missing.

Frequently Asked Questions about project-todo-init

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

FAQPage Schema
How do I auto-scaffold a standardized todo folder structure for my project?

You can auto-scaffold a standardized todo folder structure by running this Skill before starting work. It verifies your project directory and automatically creates the full todo tree with template files if the structure is missing.

What subdirectories should a project todo structure include for task management?

A standardized project todo structure should include the backlog, current, completed, review, and recurring-bugs subdirectories. This Skill enforces that prescribed directory template to ensure your task management workflow is fully ready.

How do I verify my project's todo structure is ready before running start-work or create-bugfix commands?

To verify your project's todo structure readiness, run this Skill to automatically check for the required todo directories. It ensures your scaffolding is complete and prevents missing folder errors before task creation commands execute.

What's the best way to create a todo directory template for new software projects?

The best way to create a todo directory template for new software projects is to use an auto-scaffolding mechanism that applies a prescribed structure. This provides ready-to-use templates and guidelines instantly without manual directory setup.

Does this scaffolding tool work with existing project workflows or only new projects?

This scaffolding tool works with both existing and new projects by automatically verifying the presence of the todo structure. If the required directories are missing, it auto-scaffolds them to ensure seamless integration with your existing workflows.

Why does my task management command fail when the todo directory is missing?

Your task management command fails because the todo directory scaffolding is missing, which prevents proper task organization. Running this auto-scaffold Skill first creates the required folder structure, resolving the error and ensuring readiness.