xfi-execute-plan

Orchestrate subagents to execute engineering plans with dependency checks and documentation.

1|1|Updated Dec 20, 2023
One-click install
npx skills add https://github.com/zotoio/x-fidelity --skill xfi-execute-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xfi-execute-plan
Source: https://github.com/zotoio/x-fidelity/tree/main/.cursor/skills/xfi-execute-plan
Command: npx skills add https://github.com/zotoio/x-fidelity --skill xfi-execute-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured workflow to orchestrate subagents to execute engineering plans stored in knowledge/plans, ensuring prerequisites, dependencies, progress tracking, and documentation.

Core Features & Use Cases

  • Plan loading and validation: verifies plan presence, readiness status, and subtask integrity.
  • Dependency-aware execution: schedules subtasks respecting dependencies and subagent assignment.
  • Execution tracing: captures execution notes, modified files, and progress.
  • Knowledge capture and documentation: updates plan index and generates post-execution reports.

Quick Start

Load an eligible plan from knowledge/plans/[yyyymmdd]-[feature-name]/ and begin coordinated execution with the appropriate subagents.

Frequently Asked Questions about xfi-execute-plan

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

FAQPage Schema
How do I orchestrate subagents to execute an engineering plan?

To orchestrate subagents for engineering plan execution, load an eligible plan from knowledge/plans and use a structured workflow to schedule subtasks, enforce prerequisite checks, and manage dependencies automatically.

How does dependency-aware execution work for subtask scheduling?

Dependency-aware execution works by validating a plan's readiness status and subtask integrity, then scheduling subtasks in an orderly progression that respects dependency graphs and subagent assignments before capturing execution results.

What is the best way to track progress and capture documentation during plan execution?

The best way to track progress and capture documentation during plan execution is using a workflow that traces modified files, records execution notes, updates the plan index, and generates post-execution reports automatically.

Do I need a specific folder structure to manage engineering plans?

Yes, you need a specific folder structure to manage engineering plans, specifically knowledge/plans/[yyyymmdd]-[feature-name]/, to ensure the execution workflow can correctly verify presence, load subtasks, and validate readiness.

Can I validate plan readiness before assigning subagents to subtasks?

Yes, you can validate plan readiness before assigning subagents by running plan loading and validation checks that verify subtask integrity, prerequisite completion, and dependency status before scheduling execution.

Why does subtask execution fail when dependencies are not resolved?

Subtask execution fails when dependencies are unresolved because the workflow enforces orderly task progression based on a dependency graph, preventing subagents from executing subtasks until prerequisite checks pass.