benredmond
@benredmond
Public Skills
compound
by benredmond
Capture learnings (problems, decisions, gotchas) from sessions to make future agents more effective
plan
by benredmond
Architecture phase (ARCHITECT) - transforms research into rigorous technical architecture through 5 mandatory design artifacts. Interactive and iterative.
research
by benredmond
Intelligence gathering phase - spawns parallel agents to analyze codebase, patterns, git history, and web research. Creates or updates task file with findings.
review-plan
by benredmond
Advisory plan review - validates plan correctness and identifies gaps before implementation. Works on any task with research and plan sections.
apex:debug
by benredmond
Systematic debugging with pattern learning. Applies hypothesis-driven investigation, evidence collection, and reflection to update pattern confidence.
ship
by benredmond
Review and finalize (REVIEWER + DOCUMENTER phases) - runs adversarial code review, commits changes, completes task, and records reflection to capture pattern outcomes.
execute
by benredmond
Orchestrator that runs the full APEX workflow (research → plan → implement → ship) in a single session. Use for tasks you want to complete without context switches.
implement
by benredmond
Build and validate loop (BUILDER + validation) - implements the architecture, runs tests, iterates until passing. Writes code following the plan.