feature-implement

Implement feature tasks phase-by-phase with Git commits and build validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of turning feature tasks into working code by providing a structured, phase-by-phase implementation workflow with automatic progress tracking and validation.

Core Features & Use Cases

  • Phase-based Execution: Implements features in logical stages (Setup, Foundation, User Stories, Polish).
  • Automated Progress Tracking: Updates tasks.md checkboxes live as tasks are completed.
  • Checkpoint Commits: Creates Git commits at the end of each phase for clear history and rollback points.
  • Continuous Validation: Checks quality checklists and runs project build/test commands at phase boundaries.
  • Use Case: A developer needs to implement a new user authentication flow. They use this Skill to systematically go through the defined tasks, ensuring code quality, running tests, and committing progress at each stage, from initial setup to final polish.

Quick Start

Use the feature-implement skill to start implementing the tasks defined in tasks.md for the current feature.

Frequently Asked Questions about feature-implement

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

FAQPage Schema
How do I automate feature implementation with phase-based Git commits?

Yes, automated feature implementation works by executing tasks phase-by-phase and creating Git commits at phase boundaries. It updates task checkboxes in tasks.md and runs project build commands at each checkpoint for clear rollback history.

What is phase-based execution for feature development?

Phase-based execution implements features in logical stages: Setup, Foundation, User Stories, and Polish. This mechanism breaks down feature development into manageable blocks, validating code quality and running tests before moving to the next phase.

Does automated task management work with any tech stack?

Yes, automated task management works with any tech stack by detecting the project's specific build and test commands. It validates constitution compliance continuously, ensuring the implementation workflow adapts to your existing development environment.

How do I track feature development progress automatically?

To track feature development progress automatically, the workflow updates tasks.md checkboxes live as tasks are completed. This provides real-time visibility into implementation status without requiring manual progress documentation.

What's the best way to structure Git commits during feature implementation?

The best way to structure Git commits during feature implementation is using checkpoint commits at phase boundaries. This approach creates clear history and rollback points, ensuring commits align with logical development stages.

When do I need to validate code quality during feature development?

You need to validate code quality during feature development at phase boundaries. The workflow checks quality checklists and runs project build and test commands automatically at these checkpoints to ensure implementation integrity.