Feature Workflow Skill

Orchestrate feature development workflows from idea to deployment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TalkingMonkeyOz/claude-family --skill feature-workflow-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Feature Workflow Skill
Source: https://github.com/TalkingMonkeyOz/claude-family/tree/main/.claude/skills/feature-workflow
Command: npx skills add https://github.com/TalkingMonkeyOz/claude-family --skill feature-workflow-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides the complete feature development lifecycle from idea to deployment, including routing ideas to feedback, features, tasks, and final delivery.

Core Features & Use Cases

  • Work Item Routing: Map ideas, bugs, questions to feedback, features, and tasks.
  • Lifecycle Mapping: IDEA → FEEDBACK → FEATURE → TASKS → IMPLEMENTATION → REVIEW → DEPLOY.
  • Progress Tracking: Use SQL templates to create and manage features and tasks.

Quick Start

Insert a new idea into claude.feedback (type='idea'), promote it to a feature, create tasks, and initialize a simple TODO session.

Frequently Asked Questions about Feature Workflow Skill

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

FAQPage Schema
How do I manage a feature from idea through deployment?

Feature workflow orchestration guides ideas through stages: IDEA → FEEDBACK → FEATURE → TASKS → IMPLEMENTATION → REVIEW → DEPLOY. Each stage has defined status and priority schemas, enabling cross-functional teams to route work items and track progress from conception to production release.

Can I automate routing of ideas and bugs into development tasks?

Yes. Work item routing maps ideas, bugs, and questions to feedback, features, and tasks automatically. The workflow applies rule-based logic to classify incoming items and assign them to appropriate lifecycle stages based on type and priority.

How do I break down features into actionable tasks?

After promoting an idea to a feature, use SQL templates to decompose it into granular tasks. The workflow creates structured task records within the feature lifecycle, enabling team members to track implementation progress and manage dependencies across work items.

What's the best way to track feature development progress across teams?

Progress tracking uses open-query utilities and SQL templates to surface work-item status across all lifecycle stages. Automatic TodoWrite integration enables session-based progress capture, giving cross-functional teams real-time visibility into feature completion and blockers.

Does this support teams with complex approval and review processes?

Yes. The structured lifecycle includes explicit REVIEW and DEPLOY stages with configurable status and priority schemas. Teams can enforce approval gates, assign reviewers, and track review feedback before deployment.

Can I integrate this with my existing task-management system?

The workflow uses SQL templates and TodoWrite integration for data persistence and session tracking. Integration depends on your database schema and task-management platform; the Skill provides routing and lifecycle orchestration compatible with standard relational databases.