← all publishers

Giova445

@giova445 source repo

14 published skills

  1. Gate · giova445
    Run the project gate ladder and report the exact command and exit code. Use before claiming any work is complete.
    0
    installs
  2. Blast · giova445
    Compute the blast radius of a symbol from the code graph before changing it. Use before editing any shared function, class, or endpoint.
    0
    installs
  3. Brainstorming · giova445
    Use before ANY creative work — new features, components, behavior changes, refactors. Forces intent and approach to be settled and approved before implementation starts.
    0
    installs
  4. Orchestrating · giova445
    Drive a multi-task plan through the durable ledger, claim file scope before writing, and obey the fix-loop budget. Use when executing a written plan, running a fan-out, or resuming after a compaction.
    0
    installs
  5. Writing Plans · giova445
    Use after a spec is approved and before implementation. Turns a design into tasks small enough to dispatch independently and verify individually.
    0
    installs
  6. Executing Plans · giova445
    Use when implementing a written plan. Keeps progress on disk so the run survives compaction, and enforces per-task verification.
    0
    installs
  7. Using Worktrees · giova445
    Use before starting feature work that needs isolation, or before running agents in parallel. One writer per worktree, always.
    0
    installs
  8. Pressure Testing · giova445
    Test whether a rule or instruction actually changes agent behavior before keeping it. Use when adding, auditing, or deleting rules in AGENTS.md, CLAUDE.md, or a skill.
    0
    installs
  9. Requesting Review · giova445
    Use after gates are green and before opening a PR. Dispatches adversarial review that can only add findings, never clear a gate.
    0
    installs
  10. Verified Autonomy · giova445
    Use when working in a repo that has .claude/gates.json — explains the mechanical gate contract, what "done" means, and why the Stop hook may refuse to let the turn end
    0
    installs
  11. Dispatching Agents · giova445
    Use when work can be split across multiple agents. Explains when parallelism pays, when it does not, and how to keep writers from colliding.
    0
    installs
  12. Finishing A Branch · giova445
    Use when implementation is complete and gates are green, to decide how the work gets integrated.
    0
    installs
  13. Systematic Debugging · giova445
    Use when encountering any bug, test failure, or unexpected behavior, before proposing a fix. Forces root cause before remedy.
    0
    installs
  14. Test Driven Development · giova445
    Use when implementing any feature or bugfix, before writing implementation code. Enforces that the test is written first and proven to fail for the right reason.
    0
    installs