eagle-feature-flow

Implements an end-to-end feature development workflow from planning to committed code with staged quality gates and reviews.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/letxbrace-droid/inrunparis --skill eagle-feature-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eagle-feature-flow
Source: https://github.com/letxbrace-droid/inrunparis/tree/main/.agents/skills/eagle-feature-flow
Command: npx skills add https://github.com/letxbrace-droid/inrunparis --skill eagle-feature-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the chaos of “feature work” by turning an idea into a reliable, end-to-end development workflow with clear gates, verification, and commit discipline.

Core Features & Use Cases

  • Structured nine-phase delivery: Plans the change, breaks it into tasks, implements it, tests it, runs spectral reviews, fixes findings, runs anti-slop, re-tests, and then commits.
  • Task decomposition with acceptance criteria: Converts requirements into discrete tasks with measurable “done” conditions.
  • Quality gates and review specialists: Ensures tests pass and that security, code quality, UX/accessibility, and data integrity issues are addressed before finalizing.

Use case example: You want to add a new feature to the PWA/native app planning workflow; you describe the feature, and the skill guides the full cycle from architecture plan through implementation, tests, specialist review, and a clean commit—without skipping phases.

Quick Start

Ask: “Run the eagle feature flow to implement and ship the requested feature, including planning, tasking, build, tests, spectral review, anti-slop, and a final commit.”

Frequently Asked Questions about eagle-feature-flow

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

FAQPage Schema
How do I automate the full feature development cycle from planning to git commit?

To automate the feature development cycle, you can use a structured workflow that enforces phase ordering from task breakdown through implementation, testing, and final git commit guidance. This ensures test-gate requirements and specialist reviews are met before committing code.

What is an anti-slop check in code review?

An anti-slop check in code review is a quality gate that verifies new or modified code meets strict standards before a git commit. It ensures the feature development workflow prevents low-quality or sloppy code from being merged.

Does the feature planning workflow include security audit checks?

Yes, the feature planning workflow includes security audit checks as part of its specialist spectral reviews. These reviews analyze changed files to ensure security, code quality, and data integrity issues are resolved before the final commit.

Can I skip the CI testing phase if my feature implementation is simple?

No, the workflow enforces strict phase ordering with test-gate requirements, meaning CI testing cannot be skipped. Even for simple features, tests must pass before proceeding to anti-slop checks and final commit guidance.