lobster-subagent-dev

Subagent-driven development. Dispatch fresh subagent per task with 2-stage review (spec + quality). Cost-aware model routing. From Superpowers by Jesse Vincent.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "lobster-subagent-dev" with this command: npx skills add wangxiaofei860208-source/lobster-subagent-dev

Lobster Subagent-Driven Development 🦞

Fresh subagent per task. Two-stage review. Ship with confidence.

Inspired by Superpowers by Jesse Vincent.

Core Principle

Fresh subagent per task + 2-stage review = high quality, fast iteration

Subagents never inherit session context. You construct exactly what they need. This preserves your own context for coordination work.

The Process

1. Read Plan → Extract Tasks

  • Read implementation plan once
  • Extract ALL tasks with full text
  • Create TodoWrite tracking

2. Per Task: Implementer → Spec Review → Quality Review

[Dispatch Implementer]
  ↓ (if questions → answer → re-dispatch)
[Implementer: implement + test + commit + self-review]
  ↓
[Dispatch Spec Reviewer]
  ↓ ❌ → Fix → Re-review
  ↓ ✅
[Dispatch Code Quality Reviewer]
  ↓ ❌ → Fix → Re-review
  ↓ ✅
[Mark task complete]
  ↓
[Next task...]

3. Final Review

After all tasks complete:

  • Dispatch final code reviewer for entire implementation
  • Verify all requirements met
  • Run full test suite

Model Selection

Task TypeModelWhy
1-2 files, complete specCheapestMechanical
Multi-file integrationStandardNeeds judgment
Architecture/reviewStrongestNeeds expertise

Agent Status Handling

StatusAction
DONEProceed to spec review
DONE_WITH_CONCERNSRead concerns, then decide
NEEDS_CONTEXTProvide context, re-dispatch
BLOCKEDChange model / split task / escalate

Never

  • Skip reviews (spec OR quality)
  • Start quality review before spec passes
  • Let implementer self-review replace actual review
  • Move to next task while review has open issues
  • Dispatch multiple implementers in parallel (conflicts)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Code Review

AI-powered code review that combines fast local static analysis with deep AI reasoning. Catches bugs, security vulnerabilities, performance issues, and style...

Registry Source
5980Profile unavailable
Coding

AppDev Skill - 通用应用软件开发工作流

通用应用软件开发完整工作流(HarmonyOS版)。支持从需求到部署的全流程开发管理。 包含:产品功能设计、代码生成、TDD开发、调试诊断、编译验证、版本管理。 适用于各类HarmonyOS应用的快速开发。 当用户需要开发HarmonyOS应用、生成代码、管理开发进度、进行TDD开发时触发。 关键词:开发应用、生...

Registry SourceRecently Updated
2350Profile unavailable
Coding

Forever Healthy AI4L - AI for Practical Longevity

AI4L - Enabling everyone to use AI to generate high-quality, evidence-based reviews of interventions aimed at optimizing health and longevity.

Registry SourceRecently Updated
2200Profile unavailable
Coding

Spec-First Development

Spec-driven development workflow. Before writing any code, generates a comprehensive SPEC.md covering data models, user flows, API contracts, file structure,...

Registry SourceRecently Updated
4260Profile unavailable