rhawk117
- 8 skills
- 0 followers
- 4 hours ago last updated
- ▌ Agentmaster Plan 2 · rhawk117Cost-tiered planning pipeline. Use when the user asks to plan a feature, refactor, migration, or fix with agentmaster, or invokes /agentmaster-plan. A frontier orchestrator dispatches cheap scout/code-analyst workers for evidence, detects the project toolchain, drafts a parallel-safe plan with an evidence ledger, and survives adversarial critique. Supports --lite and --headless.
- ▌ Agentmaster Retro 2 · rhawk117Transcript-driven analyze-fix-verify loop for the agentmaster skill suite. Use when the user wants agentmaster's own skills improved from real usage artifacts (.transcripts/ snapshots, root-level run transcripts, generated docs, telemetry), or invokes /agentmaster-retro.
- ▌ Agentmaster Review 2 · rhawk117Adversarial code review with the agentmaster evidence pipeline. Use when the user asks for an agentmaster review of a diff, branch, or change set, or invokes /agentmaster-review. Assumes the code is guilty until proven working across correctness, structure, testability, flexibility, and security axes, with severity calibration and adjudicated findings.
- ▌ Agentmaster Execute 2 · rhawk117Execute an agentmaster plan. Use when the user asks to execute, implement, or run a plan produced by agentmaster-plan, or invokes /agentmaster-execute. Honors the plan's execution mode (sequential default, justified parallel with optional pilot), gates every task on verification, re-verifies independently, runs the coherence pass, then chains into the review.
- ▌ Agentmaster Plan · rhawk117Cost-tiered planning orchestrator. Use whenever the user wants an implementation plan, a spec, a root-cause investigation, or asks "how should we build/fix/refactor X" before code changes — especially multi-file features, bug hunts, refactors, and dependency problems. Keeps frontier-model reasoning for decisions only. Dispatches cheap subagents (scout on haiku, code-analyst on sonnet) for all repository and dependency evidence, stress-tests the draft with a fresh-context plan-critic that assumes the plan is wrong, then formalizes with the writing-plans skill. Trigger on "plan", "make a plan", "spec this out", "investigate before we change anything", or /agentmaster-plan.
- ▌ Agentmaster Retro · rhawk117Transcript-driven analyze-fix-verify loop for the agentmaster skill suite itself. Use after a pipeline run leaves artifacts behind — .transcripts/ snapshots, root-level run transcripts (OUTPUT.md-style), generated docs, or accumulated telemetry — when the user wants the suite's own skills to keep improving from real usage, or invokes /agentmaster-retro. Grades corpus artifacts against a rubric with code-analyst (haiku scout inventories, sonnet code-analyst grades ALREADY-FIXED/PARTIALLY-FIXED/UNFIXED against current skill text), ranks weaknesses, dispatches implementer fixes, verifies with the plan-structure lint and full gate, and writes a dated retro to .agentmaster/retro/ so the next run closes the loop.
- ▌
- ▌ Agentmaster Execute · rhawk117Executes an approved agentmaster-plan plan and chains straight into the full code review. Use when the user has accepted a plan and wants it built — "execute the plan", "run the plan", "build it", or /agentmaster-execute. Reads the plan, resolves blocking open questions with the user, dispatches one implementer subagent per conflict-free parallel group, gates on per-task verification, then invokes agentmaster-review, which performs the frontier code review and owns the fix loop.