feature-implement

Coordinate end-to-end feature implementation workflows from plan to completion.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nathannorthcutt/jlsm --skill feature-implement-nathannorthcutt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-implement
Source: https://github.com/nathannorthcutt/jlsm/tree/main/.claude/skills/feature-implement
Command: npx skills add https://github.com/nathannorthcutt/jlsm --skill feature-implement-nathannorthcutt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end workflow of implementing new features by coordinating plan loading, per-construct execution, test validation, and escalation across both sequential and parallel modes. It ensures consistent progress tracking, risk flags, and audit trails for feature work units in software projects.

Core Features & Use Cases

  • Orchestrates work-unit planning, status tracking, and per-construct execution order according to work plans.
  • Manages automatic mode selection, escalation prompts, and tendency scans to guard against anti-patterns.
  • Supports both unit-by-unit and batch-style implementations in large feature migrations.

Quick Start

Start a feature-implement session to drive the active work unit from plan to completion.

Frequently Asked Questions about feature-implement

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

FAQPage Schema
How do I coordinate test-driven feature implementation across multiple work units?

Test-driven feature implementation is coordinated by loading a defined work plan, executing unit-by-unit tasks sequentially or in parallel, and applying automated validation with status tracking to ensure consistent progress.

What is the best way to track progress and audit cycles during a large feature migration?

Progress tracking during a feature migration is maintained through per-construct status updates, tendency scans to detect anti-patterns, and cycle-log auditing to provide a consistent audit trail for all work units.

How do I manage escalation protocols when unit dependencies fail during feature implementation?

Escalation protocols during feature implementation are handled through automatic mode selection and escalation prompts that flag risk areas, allowing you to address failed unit dependencies while maintaining workflow state.

Does this feature implementation workflow support both sequential and batch-style execution?

Yes, the feature implementation workflow supports both unit-by-unit sequential execution and batch-style implementation, automatically selecting the appropriate mode to orchestrate modular software projects with defined unit dependencies.

When do I need a work plan for automated test-driven development validation?

A work plan is required for automated test-driven development validation when managing modular software projects with defined unit dependencies, per-construct execution orders, and escalation protocols across large feature migrations.