One-click install
npx skills add https://github.com/rupamkairi/project --skill compose-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compose-todo
Source: https://github.com/rupamkairi/project/tree/main/.agents/skills/compose-todo
Command: npx skills add https://github.com/rupamkairi/project --skill compose-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill transforms high-level feature specifications into a detailed, actionable, and layered todo list, ensuring a structured and efficient implementation process for complex software features.

Core Features & Use Cases

  • Layered Task Breakdown: Organizes implementation steps across distinct architectural layers (Infra, Module, Compose, API, Web).
  • File-Specific Actions: Generates precise todos for creating, extending, or modifying individual files with exact paths and export names.
  • Dependency Management: Clearly marks todo dependencies to ensure correct execution order.
  • Use Case: After defining a new user authentication feature in a compose-spec, use this Skill to generate a checklist of all necessary backend database schemas, API routes, frontend components, and hooks required for implementation.

Quick Start

Use the compose-todo skill to break down the feature spec for user profiles into a layered implementation todo list.

Frequently Asked Questions about compose-todo

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

FAQPage Schema
How do I generate a file-level implementation todo list from a feature specification?

Generating a file-level implementation todo list from a feature specification involves breaking down the spec into granular tasks ordered by architectural layer. This produces a checklist detailing specific file actions, exports, and dependencies for infrastructure, modules, and API routes.

What is the best way to organize implementation todos for a complex software architecture?

The best way to organize implementation todos for a complex software architecture is through a layered task breakdown. This approach sequences tasks across Infra, Module, Compose, API, and Web layers while marking dependencies to ensure correct execution order.

Can I break down a compose-spec into specific backend and frontend file actions?

Yes, you can break down a compose-spec into specific backend and frontend file actions. This workflow automates the creation of infrastructure schemas, module entities, FSMs, API routes, and frontend components based on the defined specification.

How do I manage dependencies when generating an implementation checklist for a new feature?

Managing dependencies when generating an implementation checklist involves clearly marking todo dependencies to ensure correct execution order. This structured approach organizes implementation steps across distinct architectural layers to prevent execution sequence errors.

Does this todo generation approach support both backend database schemas and frontend components?

Yes, this todo generation approach supports both backend database schemas and frontend components. It transforms high-level feature specifications into actionable steps detailing necessary backend schemas, API routes, frontend components, and hooks.