Do In Steps
Skill Verified ActiveExecute complex tasks through sequential sub-agent orchestration with intelligent model selection, meta-judge → LLM-as-a-judge verification
To execute complex, multi-step tasks reliably by intelligently decomposing them, selecting optimal agents, and ensuring quality through rigorous verification at each stage.
Features
- Sequential sub-agent orchestration
- Automatic task decomposition
- Intelligent model and agent selection
- Parallel execution of meta-judge and implementer agents
- LLM-as-a-judge verification with scoring and iteration
- Context passing between steps
Use Cases
- Refactoring large codebases across multiple files
- Implementing complex features with distinct stages
- Automating software development workflows with quality gates
- Handling tasks requiring specialized agents for different sub-problems
Non-Goals
- Directly performing the task implementation itself
- Skipping task decomposition or verification steps
- Overriding the orchestrated sub-agent workflow
- Performing tasks that do not require sequential execution or sub-agent involvement
Workflow
- Analyze and decompose the task into sequential subtasks
- Select optimal models and agents for each subtask
- For each step, dispatch meta-judge and implementation agent in parallel
- Wait for both to complete, then dispatch judge with meta-judge's specification
- Iterate if judge fails the step (max 3 retries)
- Collect outputs and pass context forward
- Report final results
Practices
- Orchestration
- Agent Workflow
- Verification
- Task Decomposition
Installation
First, add the marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install sadd@context-engineering-kitQuality Score
VerifiedTrust Signals
Similar Extensions
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Autopilot Loop
99Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake
Team Skill
99N coordinated agents on shared task list using Claude Code native teams
Learner Skill
99Extract a learned skill from the current conversation
Ralplan
99Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution