feature-loop-scheme

Orchestrate feature development workflows from context gathering to PR readiness.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/YoniChechik/claude-code-config --skill feature-loop-scheme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-loop-scheme
Source: https://github.com/YoniChechik/claude-code-config/tree/main/skills/feature-loop-scheme
Command: npx skills add https://github.com/YoniChechik/claude-code-config --skill feature-loop-scheme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the end-to-end development workflow for features, guiding teams from exploratory context gathering to planning, task generation, implementation, quality checks, CI, and final review for PR readiness.

Core Features & Use Cases

  • Context gathering via explorer subagent to understand project structure, dependencies, and integration points.
  • Plan creation and analysis based on the current feature branch, automatically generating plan_$FEATURE_NAME.md when missing and evaluating progress against origin/main.
  • Automated task list generation with clear, measurable steps and an initial in_progress task.
  • Implementation and debugging guided by coder-agent and debugger-agent to ensure incremental commits and traceable history.
  • Quality checks, CI monitoring, and auto-fix workflows to maintain code health and streamline PR readiness.

Quick Start

Start in a feature clone directory and run the workflow by initiating context gathering and planning; the system will handle plan creation, task generation, implementation, and review until a PR-ready summary is produced.

Frequently Asked Questions about feature-loop-scheme

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

FAQPage Schema
How do I automate the full feature development workflow from idea to PR?

To automate the feature development workflow from idea to PR, this Skill orchestrates context gathering, plan creation, task generation, code implementation, and CI checks. It operates directly on feature branches to produce a ready-to-submit PR summary.

What is the best way to generate a development plan and task list for a new git feature branch?

Generating a development plan and task list for a new git feature branch is handled by creating and analyzing a plan document against origin/main. The workflow automatically generates measurable task steps and sets an initial in_progress task for immediate implementation.

Can I use this workflow to automatically fix failing CI checks during feature implementation?

Yes, you can use this workflow to automatically fix failing CI checks during feature implementation. It includes quality checks, CI monitoring, and auto-fix workflows guided by a debugger agent to maintain code health and ensure PR readiness.

How does the code review process work for a feature branch before submitting a pull request?

The code review process for a feature branch before submitting a pull request involves a dedicated reviewer agent. It evaluates incremental commits and traceable history against the feature plan to produce a final PR-ready summary.

Do I need to manually create a plan file before starting feature development?

No, you do not need to manually create a plan file before starting feature development. The workflow automatically creates a plan document when one is missing, based on the current feature branch context.