feature-next

Orchestrate a four-step feature workflow from next to done.

247|20|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/mylukin/agent-foreman --skill feature-next
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-next
Source: https://github.com/mylukin/agent-foreman/tree/main/plugins/agent-foreman/skills/feature-next
Command: npx skills add https://github.com/mylukin/agent-foreman --skill feature-next

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI agents can struggle with focus, often trying to do too much at once or not following structured development practices like TDD. This Skill provides a clear, step-by-step workflow for completing a single feature.

Core Features & Use Cases

  • Single Feature Focus: Guides the AI to work on one specific feature or the next highest priority.
  • TDD Workflow Integration: Supports and enforces Test-Driven Development (RED-GREEN-REFACTOR) when enabled.
  • Structured Completion: Ensures features are implemented, verified, and marked complete systematically.
  • Use Case: You're developing a new module and want the AI to implement the auth.login feature. Use this Skill to get the acceptance criteria, implement the code, verify it, and mark it done, ensuring a robust implementation.

Quick Start

Work on the next priority feature.

Frequently Asked Questions about feature-next

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

FAQPage Schema
How do I implement a single feature using test-driven development?

TDD-driven feature implementation follows a strict workflow: define acceptance criteria, write failing tests (RED), implement code to pass tests (GREEN), then refactor. This Skill orchestrates that exact sequence, ensuring each feature is completed systematically before moving to the next.

What's the best way to keep an AI agent focused on one feature at a time?

Enforcing a structured four-step workflow—next, implement, check, done—prevents scope creep and context switching. This Skill locks the agent into that sequence, ensuring it completes one feature fully before accepting new tasks.

Can I use this workflow with my backlog and CLI-based task selection?

Yes. This Skill integrates with backlog-driven development and the agent-foreman next command, accepting priority-ordered features from your task queue and executing the complete workflow through verification and completion.

How do I verify a feature meets acceptance criteria before marking it done?

The workflow includes a dedicated check step that validates acceptance criteria and runs verification. This ensures the implementation satisfies requirements and passes tests before the feature is marked complete.

Why should I use a structured workflow instead of letting the agent implement freely?

Unstructured approaches lead to incomplete features, skipped tests, and context loss. A strict four-step sequence ensures consistency, catches issues early, and produces shippable code by enforcing verification before completion.