Agent Skillsnotedit/happy-skills › feature-pipeline

feature-pipeline

GitHub

根据设计文档中的 Markdown 复选框任务列表,自动化执行代码实现、验证及状态更新。支持从断点恢复、批量执行及无人值守模式,旨在高效完成功能开发任务。

skills/dev/feature-pipeline/SKILL.md notedit/happy-skills

Trigger Scenarios

start implementation run tasks resume

Install

npx skills add notedit/happy-skills --skill feature-pipeline -g -y
More Options

Non-standard path

npx skills add https://github.com/notedit/happy-skills/tree/main/skills/dev/feature-pipeline -g -y

Use without installing

npx skills use notedit/happy-skills@feature-pipeline

指定 Agent (Claude Code)

npx skills add notedit/happy-skills --skill feature-pipeline -a claude-code -g -y

安装 repo 全部 skill

npx skills add notedit/happy-skills --all -g -y

预览 repo 内 skill

npx skills add notedit/happy-skills --list

SKILL.md

Frontmatter
{
    "name": "feature-pipeline",
    "description": "Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-analyzer output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'."
}

Feature Pipeline

Execute implementation tasks directly from design documents. Tasks are managed as markdown checkboxes - no separate session files needed.

Quick Reference

# Get next task
python3 scripts/task_manager.py next --file <design.md>

# Mark task completed
python3 scripts/task_manager.py done --file <design.md> --task "Task Title"

# Mark task failed
python3 scripts/task_manager.py fail --file <design.md> --task "Task Title" --reason "..."

# Show status
python3 scripts/task_manager.py status --file <design.md>

Task Format

Tasks are written as markdown checkboxes in the design document:

## Implementation Tasks

- [ ] **Create User model** `priority:1` `phase:model`
  - files: src/models/user.py, tests/models/test_user.py
  - [ ] User model has email and password_hash fields
  - [ ] Email validation implemented
  - [ ] Password hashing uses bcrypt

- [ ] **Implement JWT utils** `priority:2` `phase:model`
  - files: src/utils/jwt.py
  - [ ] generate_token() creates valid JWT
  - [ ] verify_token() validates JWT

- [ ] **Create auth API** `priority:3` `phase:api` `deps:Create User model,Implement JWT utils`
  - files: src/api/auth.py
  - [ ] POST /register endpoint
  - [ ] POST /login endpoint

See references/task-format.md for full format specification.

Execution Loop

LOOP until no tasks remain:
  1. GET next task (task_manager.py next)
  2. READ task details (files, criteria)
  3. IMPLEMENT the task
  4. VERIFY acceptance criteria
  5. UPDATE status (task_manager.py done/fail)
  6. CONTINUE

Unattended Mode Rules

  • NO stopping for questions
  • NO asking for clarification
  • Make autonomous decisions based on codebase patterns
  • If blocked, mark as failed and continue

Status Updates

Completed task:

- [x] **Create User model** `priority:1` `phase:model` ✅
  - files: src/models/user.py
  - [x] User model has email field
  - [x] Password hashing implemented

Failed task:

- [x] **Create User model** `priority:1` `phase:model` ❌
  - files: src/models/user.py
  - [ ] User model has email field
  - reason: Missing database configuration

Resume / Recovery

To resume interrupted work, simply run again with the same design file:

/feature-pipeline docs/designs/xxx.md

The task manager will find the first uncompleted task and continue from there.

Integration

This skill is typically triggered after /feature-analyzer completes:

User: /feature-analyzer implement user auth

Claude: [designs feature, generates task list]
        Design saved to docs/designs/2026-01-02-user-auth.md
        Ready to start implementation?

User: Yes / 开始实现

Claude: [executes tasks via feature-pipeline]

Version History

  • 9a2d593 Current 2026-08-20 12:13

Same Skill Collection

skills/dev/feature-analyzer/SKILL.md
skills/dev/feature-dev/SKILL.md
skills/dev/issue-flow/SKILL.md
skills/dev/screenshot-analyzer/SKILL.md
skills/utils/cover-image/SKILL.md
skills/utils/skill-creation-guide/SKILL.md
skills/video/gsap-animation/SKILL.md
skills/video/react-animation/SKILL.md
skills/video/spring-animation/SKILL.md
skills/video/video-producer/SKILL.md
skills/utils/tts-skill/SKILL.md

Metadata

Files
0
Version
9a2d593
Hash
8f258337
Indexed
2026-08-20 12:13

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 07:02
浙ICP备14020137号-1 $Гость$