implement-feature

Execute approved implementation plans with validation checkpoints and task tracking.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dthompson-jti/safety-check-app-concept --skill implement-feature-dthompson-jti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-feature
Source: https://github.com/dthompson-jti/safety-check-app-concept/tree/main/.agent/skills/implement/feature
Command: npx skills add https://github.com/dthompson-jti/safety-check-app-concept --skill implement-feature-dthompson-jti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning an approved plan into a working feature can be error-prone and slow without a structured workflow that enforces checks and traceability. This Skill guides teams through plan-driven development with clear checkpoints to ensure quality and alignment.

Core Features & Use Cases

  • Plan-driven implementation: load an approved implementation_plan.md and execute tasks in a disciplined sequence.
  • Validation and quality gates: perform lint, build, and self-checks, updating task.md and preparing a final walkthrough.
  • Documentation and handoff: generate a walkthrough on wrap-up to capture decisions and outcomes for stakeholders.

Quick Start

Follow the approved plan and implement the feature while validating at each phase.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I execute feature implementation from an approved development plan?

Feature implementation from an approved plan requires loading the plan file and executing tasks in a disciplined sequence. This skill coordinates pre-flight, execution, and post-approval steps to turn the plan into a working feature.

What is the best way to track development tasks when implementing a planned feature?

Tracking development tasks during feature implementation is handled via a task.md file. This ensures disciplined task execution and traceability while progressing through the structured workflow phases.

How does plan-driven development validate feature implementation quality?

Plan-driven development validates feature implementation quality through built-in quality gates. The workflow performs lint, build, and self-checks during execution to ensure alignment and reduce errors.

Do I need an approved plan file before starting structured feature development?

Yes, an approved implementation_plan.md file is required before starting structured feature development. The skill loads this plan to execute tasks in a disciplined sequence with clear checkpoints.

How do I generate documentation for stakeholders after completing feature implementation?

Documentation for stakeholders is generated by creating a walkthrough document upon feature completion. This final handoff artifact captures decisions and outcomes from the implementation workflow.

What are the limitations of plan-driven feature implementation workflows?

Plan-driven feature implementation workflows are limited to executing pre-approved plans and cannot design features from scratch. They rely entirely on the existence and quality of the input implementation_plan.md file.