develop

Delegate implementation plan tasks to fresh subagents with two-stage reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bketelsen/ytsejam --skill develop-bketelsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/bketelsen/ytsejam/tree/main/contrib/skills/develop
Command: npx skills add https://github.com/bketelsen/ytsejam --skill develop-bketelsen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when executing an implementation plan — delegates each task to a fresh implementer subagent with two-stage review (spec compliance, then code quality) after each.

Core Features & Use Cases

  • Fresh implementer delegation per task
  • Separate spec compliance review and code quality review
  • Transparent progress tracking
  • Works with docs/plans and per-task delegation flow

Quick Start

Announce at start that you are using the develop skill and begin delegating each plan task to fresh implementers in sequence.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I automate plan execution with subagent delegation?

Automate plan execution by delegating each task to a fresh implementer subagent. This skill orchestrates the sequence and applies a two-stage review process after every task to ensure specification compliance and code quality.

What is a two-stage review process for code quality and spec compliance?

A two-stage review process evaluates completed tasks sequentially. The first stage checks specification compliance to verify requirements are met, and the second stage reviews code quality to maintain standards before proceeding to the next task.

How do I execute implementation plans stored in docs/plans?

Execute implementation plans in docs/plans by initiating the skill, which reads the task-based plan and delegates each task to a fresh implementer subagent in sequence within an organized worktree.

Can I use fresh implementer subagents for each task in a development workflow?

Yes, fresh implementer subagents are assigned for each task in the development workflow. This per-task delegation flow maintains quality and speed by ensuring a clean context for every implementation step.

Do I need an organized worktree to manage plan execution?

Yes, an organized worktree is required to manage plan execution. The dependency on per-task delegation flow and plan templates ensures disciplined execution and transparent progress tracking throughout the workflow.

What are the limitations of delegating plan execution to subagents?

Delegating plan execution requires task-based plans located in docs/plans and depends on plan templates and review prompts. Without an organized worktree and these specific dependencies, the disciplined execution flow cannot be maintained.