serendipity1004serendipity1004Communityยท1 Agent Skills Included

cc-feature-implementer

Phase-based feature planning with test-driven quality gates

Breaks software features into small, phased implementation plans with test-first development built in. Enforces quality gates for builds, test coverage, linting, and security before any phase can move forward. Eliminates vague roadmaps and untested code by requiring user approval, rollback strategies, and progress tracking via markdown checklists.
npx skills add serendipity1004/cc-feature-implementer --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cc-feature-implementer?โ–ผ

Run `npx skills add serendipity1004/cc-feature-implementer --all -g -y` in your terminal to install the feature planner globally.

How to break a feature into development phases?โ–ผ

This skill analyzes your codebase, then splits the feature into 3-7 phases of 1-4 hours each, with clear goals, tasks, and success criteria per phase.

Does it support test-driven development?โ–ผ

Yes. Every phase follows the Red-Green-Refactor cycle, requiring failing tests before implementation and coverage targets of 80% or more for business logic.

What are quality gates in feature planning?โ–ผ

Quality gates are mandatory checklists covering builds, tests, linting, security, and documentation that must fully pass before the next phase begins.

Can I approve the plan before coding starts?โ–ผ

Yes. The skill asks for your explicit approval of the phase breakdown before generating the plan document in your docs/plans folder.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’