obra

12 named skills · highest rank 5★

Progression Timeline

Skill rank progression over time. Hover for details.

Named Skills

All named implementations attributed to @obra in the Gaia registry.

3★
The Faithful Executor

Loads a written implementation plan, reviews it critically, executes all tasks sequentially, and reports when complete — without improvising beyond the plan's scope.

plan-executionsequential-tasksimplementationplan-driven
GRADE B
2★
The Clean Landing

Guides completion of development work by verifying tests first, then presenting structured options for merge, PR creation, or cleanup — never declaring done without a passing build.

branch-managementpull-requestmergetestingcompletion
GRADE C
3★
The Root Cause Hunter

Finds the root cause before attempting any fix — building a minimal reproduction, forming ranked hypotheses, and instrumenting to confirm before writing a single corrective line.

debuggingroot-causehypothesis-driveninstrumentationreproduction
GRADE B
3★
The Collaborative Blueprint

Explores user intent, requirements, and design before implementation. Turns ideas into fully formed designs and specs through natural collaborative dialogue.

brainstormingrequirementsdesigncollaborationpre-implementation
GRADE B
4★
The Swarm Architect

Executes plans by dispatching a fresh subagent per task with a two-stage review (spec compliance then code quality), keeping the orchestrator context clean throughout.

subagentorchestrationplan-executiontwo-stage-reviewmulti-agent
GRADE A
4★
The Blueprint Writer

Writes comprehensive implementation plans that break multi-step tasks into bite-sized, independently executable sub-tasks before any code is touched.

planningdecompositionimplementation-planpre-codingtask-breakdown
GRADE A
3★
The Completion Gate

Requires running verification commands and confirming their output before claiming any work is complete, fixed, or passing — no claim without evidence.

verificationcompletiontestingquality-gatediscipline
GRADE B
3★
The Parallel Dispatch

Delegates independent tasks to specialized agents with isolated context to work concurrently, dramatically reducing wall-clock time on multi-part problems.

parallel-agentsconcurrencydelegationmulti-agentsubagent
GRADE B
2★
The Rigorous Revision

Processes code review feedback with technical rigor and verification before implementation — questioning unclear feedback and confirming fixes with tests rather than blindly applying suggestions.

code-reviewfeedbackverificationqualitycollaboration
GRADE C
2★
The Preemptive Review

Dispatches a code reviewer subagent with isolated context to catch issues before they cascade — producing a structured review report that guides targeted fixes.

code-reviewsubagentquality-gatepre-mergeisolated-context
GRADE C
5★
The Complete Agentic Discipline

A complete software development methodology for coding agents — brainstorming, planning, parallel execution, systematic debugging, code review loops, and branch discipline unified into a single agentic workflow.

ultimatemethodologyagentic-workflowdisciplinemulti-skill
GRADE S
4★
The Isolated Workspace

Ensures every piece of feature work begins in an isolated workspace — creating a native git worktree when available, falling back to tool-provided isolation otherwise.

git-worktreesisolationworkspacebranchingsafety
GRADE A

Want to add more skills?

Register your repo →