feature-tasks

Generate tasks.md and quality checklists from feature specifications.

1|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/chrislawcodes/valuerank --skill feature-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-tasks
Source: https://github.com/chrislawcodes/valuerank/tree/main/.gemini/skills/feature-tasks
Command: npx skills add https://github.com/chrislawcodes/valuerank --skill feature-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, executable task lists from feature plans, ensuring a clear roadmap for development and reducing manual planning overhead.

Core Features & Use Cases

  • Task Generation: Creates a tasks.md file with tasks organized by priority and dependencies.
  • Quality Checklists: Auto-generates requirements.md, implementation.md, and testing.md checklists based on project constitution or best practices.
  • Use Case: After a feature plan is finalized, use this Skill to generate all the necessary implementation tasks, including setup, foundation, user stories, and polish, along with quality gates for each stage.

Quick Start

Use the feature-tasks skill to generate a task breakdown for the current feature plan.

Frequently Asked Questions about feature-tasks

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

FAQPage Schema
How do I break down software features into actionable tasks?

Automated task generation breaks down feature plans into a detailed tasks.md file, organizing actionable items by phase such as Setup, Foundation, User Stories P1-P3, and Polish with dependency tracking and file path specificity.

What is the best way to generate development checklists from a feature plan?

Generating development checklists from a feature plan involves creating requirements.md, implementation.md, and testing.md files, referencing a project constitution if available to ensure quality gates match best practices for each stage.

How do I organize user stories by priority for software development?

Organizing user stories by priority for software development involves categorizing tasks into P1, P2, and P3 tiers within a task breakdown, ensuring foundational tasks are completed before lower-priority polish work begins.

Can I automate task generation for phases like setup and foundation?

Yes, you can automate task generation for phases like setup and foundation by processing finalized feature plans to automatically produce structured task lists with explicit dependency tracking across all implementation stages.

Do I need a project constitution to generate task lists and quality checklists?

You do not need a project constitution to generate task lists and quality checklists, but if one is available, it will be referenced to align the requirements.md, implementation.md, and testing.md checklists with your specific standards.