feature-orchestration

Initialize feature directories, story trackers, and validate completeness via shell scripts.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/vineethsoma/agent-packages --skill feature-orchestration-vineethsoma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-orchestration
Source: https://github.com/vineethsoma/agent-packages/tree/main/skills/feature-orchestration
Command: npx skills add https://github.com/vineethsoma/agent-packages --skill feature-orchestration-vineethsoma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a cohesive orchestration layer that keeps multi-story feature work aligned, visible, and governed, enabling teams to coordinate dependencies, track progress, and validate readiness across stories.

Core Features & Use Cases

  • Story initialization: Auto-create standardized directory structure for new features
  • Story tracker template: Centralized progress tracking, acceptance criteria, and tasks
  • Validation: Ensure story trackers are complete before implementation
  • AI-guided workflow: Assist filling story trackers with actionable acceptance criteria and task breakdowns
  • Cross-skill integration: Works with spec-driven development and task-delegation workflows to maintain coherence

Quick Start

  • From project root, scaffold a new feature: use the feature-init workflow (e.g., ./scripts/feature-init.sh feat-001)
  • Create a first story: ./scripts/init-story.sh us-001
  • Validate and fill tracker as you go: ./scripts/validate-story-tracker.sh us-001 followed by filling via the fill-story-tracker prompt
  • Delegate and monitor progress with existing orchestration scripts

Frequently Asked Questions about feature-orchestration

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

FAQPage Schema
How do I orchestrate multi-story feature workflows across dependencies and progress tracking?

Multi-story feature orchestration coordinates feature context, dependencies, and progress while enforcing consistency across contracts, types, and migrations. It initializes standardized directory structures and creates centralized story trackers for governed cross-story workflows.

How do I set up a new feature and initialize a story tracker for AI-native development?

Feature initialization uses a shell script to scaffold a new feature directory from the project root, followed by a story initialization script to create a tracker. You then validate completeness and fill the tracker with actionable acceptance criteria and task breakdowns.

What is cross-story consistency validation and when do I need it for spec-driven development?

Cross-story consistency validation ensures story trackers are complete before implementation by checking readiness across specs, tasks, and handoffs. It is needed when coordinating dependencies across multiple stories to maintain contract, type, and migration alignment.

Can I use shell scripts to validate story tracker completeness before delegating implementation tasks?

Shell scripts validate story tracker completeness by checking that acceptance criteria and task breakdowns are properly filled. You run the validation script against a story identifier to ensure readiness before driving delegation and monitoring progress.

Does feature orchestration work with existing spec-driven development and task-delegation workflows?

Feature orchestration integrates with spec-driven development and task-delegation workflows to maintain coherence across stories. It provides a cohesive orchestration layer that keeps cross-feature work aligned, visible, and governed throughout the development lifecycle.

Why do my multi-story features lose dependency alignment and contract consistency across handoffs?

Multi-story features lose alignment without a cohesive orchestration layer governing dependencies, progress, and handoffs. Enforcing consistency checks across contracts, types, and migrations via standardized story trackers prevents drift and maintains cross-story visibility.