cs-feat

Routes user input to the correct CodeStable sub-skill based on current context.

1.1k|82|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/liuzhengdongfortest/CodeStable --skill cs-feat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cs-feat
Source: https://github.com/liuzhengdongfortest/CodeStable/tree/main/cs-feat
Command: npx skills add https://github.com/liuzhengdongfortest/CodeStable --skill cs-feat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unifies the end-to-end feature development lifecycle within CodeStable by routing user requests to the appropriate sub-skills (brainstorm, design, fast-forward, implement, acceptance) based on current context.

Core Features & Use Cases

  • AI-guided routing across feature lifecycle stages (brainstorm → design → fast-forward → implement → acceptance) to ensure proper gating and preserved context.
  • Case-based routing decisions: direct users to brainstorm for fuzzy ideas, design for clear plans, or roadmap for large needs, with automatic progression to the next stage.
  • The skill acts as an orchestration layer, not a code generator; it instructs which skill to invoke next and what data to prepare.
  • Context-aware evaluation by inspecting codestable/features and existing {slug}-files to determine the appropriate next step.

Quick Start

Describe a feature you want to start, and I will tell you which sub-skill to trigger next (e.g., cs-brainstorm or cs-feat-design).

Frequently Asked Questions about cs-feat

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

FAQPage Schema
How do I manage feature development workflows from idea to acceptance?

Feature development workflows are managed by routing user input to the correct sub-skills based on current context. The system evaluates existing artifacts and fuzzy ideas to orchestrate transitions between brainstorming, design, implementation, and acceptance.

What is the best way to route fuzzy ideas into clear software feature plans?

The best way to route fuzzy ideas is to use an AI-guided orchestration layer that directs them to a brainstorming sub-skill. This evaluates the initial context and prepares data to transition the idea into a clearly defined feature design phase.

How does context-aware routing work for ongoing software engineering tasks?

Context-aware routing works by inspecting existing codestable feature files and artifacts. It evaluates the current stage of ongoing work to determine the appropriate next step, ensuring proper phase gates and preserving context across transitions.

Can I use this orchestration layer to skip the design phase for fast-forward development?

You can use this orchestration layer to trigger a fast-forward phase for clearly defined feature requests. It evaluates the input context and routes directly to implementation while maintaining necessary phase gates and preserved context.

Does this feature development router generate code automatically?

This feature development router does not generate code automatically. It acts strictly as an orchestration layer that evaluates context, ensures proper gating, and advises which specific sub-skill to invoke next for implementation.

When do I need a workflow router for AI-assisted feature development?

You need a workflow router for AI-assisted feature development when managing transitions across multiple lifecycle stages like brainstorming, design, and implementation. It ensures proper phase gates and context preservation when handling fuzzy ideas or ongoing work.