← all publishers

Javon0-0

@javon0-0 source repo

3 published skills

  1. Orient Before Editing · javon0-0
    Use at the start of any task in a large or unfamiliar codebase, before writing or editing code. Builds an accurate mental model first — read structure over full files, confirm the real current state instead of assuming it, time-box investigation, and carry the project's cross-module invariants — so the changes that follow are incremental and architecture-consistent instead of guess-driven rewrites.
    0
    installs
  2. Smart Subagent Dispatch · javon0-0
    Use before dispatching any subagent/Task call. Classifies the subtask as pure-retrieval, diagnostic, or hybrid, and routes pure-retrieval work to a cheap/fast model while keeping the primary model for anything that requires reasoning — cutting token spend without silently degrading decision quality.
    0
    installs
  3. Discover The Real Requirement · javon0-0 bundle
    Use at the very start of a 0-to-1 build, before any architecture or code, when the user has a goal but cannot fully articulate their requirement, workflow, or the unspoken domain rules they take for granted. Runs a guided discovery loop with hard approval gates — elicit and write the requirement back, draw the workflow, surface the hidden rules and assess risk — and loops back whenever a hidden rule reopens the requirement, so you only design once the picture is stable and confirmed.
    0
    installs