Execute Feature

Coordinates FEAT execution by resolving IDEA/FEAT IDs and sequencing tasks from docs/forge/ideas/<IDEA_ID>/latest/tasks.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Darkpunkki/v-forge --skill execute-feature
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Execute Feature
Source: https://github.com/Darkpunkki/v-forge/tree/main/.claude/skills/execute-feat
Command: npx skills add https://github.com/Darkpunkki/v-forge --skill execute-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the structured execution of FEAT-based work items by coordinating task retrieval, workspace setup, and progress tracking across ideas and FEATs.

Core Features & Use Cases

  • Orchestrates the end-to-end execution of Features (FEAT-XXX) defined in docs/forge/ideas/<IDEA_ID>/latest/tasks.md, ensuring a single feature runs per invocation.
  • Generates a concise workspace checklist and updates a per-idea progress tracker to resume work seamlessly.
  • Supports multiple invocation forms: auto-pick the next in-progress FEAT, run a specific FEAT, or locate a FEAT by IDEA context.

Quick Start

Provide your IDEA_ID and optionally a FEAT_ID to start executing the next feature.

Frequently Asked Questions about Execute Feature

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

FAQPage Schema
How do I automate feature execution from an idea to a completed task list?▼

To automate feature execution, you provide an IDEA_ID and optionally a FEAT_ID to initialize a per-run workspace, generate a checklist, and execute tasks sequentially with verification and logging.

What is the best way to track feature execution progress across multiple ideas?▼

The best way to track feature execution progress is by using a per-idea workflow that updates a feature_execution_progress tracker, persists run state, and resumes work seamlessly from saved run logs.

How do I run a specific feature task within an existing idea workspace?▼

To run a specific feature task, you provide the IDEA_ID and the target FEAT_ID, which loads the relevant tasks from docs/forge/ideas/<IDEA_ID>/latest/tasks.md and executes that single feature per invocation.

Can I execute multiple features in parallel within the same idea workspace?▼

No, you cannot execute multiple features in parallel. The workflow avoids parallelism by design, ensuring a single feature runs per invocation to maintain state persistence and verification integrity.

What do I need to start executing FEAT tasks from my planning documents?▼

To start executing FEAT tasks, you need an IDEA_ID to resolve the target feature and access to your docs/forge/ideas/<IDEA_ID>/latest/tasks.md file where the structured tasks are defined.

How does the workflow handle task verification and sequential execution?▼

The workflow handles task verification by applying the per-IDEA workflow to create a checklist, advancing the progress tracker, and executing tasks sequentially with built-in verification and logging before reporting outcomes.