← all publishers

niftymonkey

@niftymonkey source repo

9 published skills

  1. Fork · niftymonkey
    Branch a newly-surfaced task off the current conversation into a handoff document for a separate agent to pick up.
    0
    installs
  2. Continue · niftymonkey
    Write a handoff document in the current working directory so a fresh session can resume the work.
    0
    installs
  3. Write Prd · niftymonkey
    Create a PRD through user interview, codebase exploration, and module design, saved as a local markdown file with optional GitHub issue submission. Works for new projects, features, or refactors. Use when user wants to write a PRD, create a product requirements document, plan a new feature, or spec out a new project.
    0
    installs
  4. Externalize · niftymonkey
    Use as a standing disposition to write hard-won, expensive, non-reproducible context to the work-thread handoff file the instant it is earned during work, so it can never die in the context window or get lossily summarized by compaction. The continuous-write capture sibling of work-router. Fires when knowledge is earned, not at session end and not at a context-window threshold.
    0
    installs
  5. Pr Feedback · niftymonkey
    Address code review comments on a GitHub PR — fix code, push changes, and respond inline to every comment with either the fix or specific reasoning for dismissing. Uses `gh` CLI.
    0
    installs
  6. Work Router · niftymonkey bundle
    Use when deciding, for a unit of work (an assignment with a definable done-state), whether to keep it in the main thread or route it off-thread, and by which mechanism. Fires at plan/decomposition time over each unit of the work-list, and reactively when a sub-task reveals itself as routable. Produces a keep-or-route decision carrying lane, mechanism, autonomy posture, done-contract, and return path. Triggers on "should I delegate this," decomposing a plan into units, a verbose/parallel/long-running sub-task surfacing mid-work, and any "keep this in the conversation or push it off-thread" moment.
    0
    installs
  7. Explore Idea · niftymonkey bundle
    <what-to-do>
    0
    installs
  8. Architect Deep · niftymonkey bundle
    Sketch a new module, feature, or project's architecture using deep-module thinking before any code is written. Apply proactively any time you are proposing module structure, naming new boundaries, classifying dependencies, or designing interfaces for new functionality. Runs standalone for ad-hoc design, and composes with PRD and planning workflows (populating their architecture sections) when you use them.
    0
    installs
  9. Seed Domain Language · niftymonkey bundle
    Seed a project's DOMAIN-LANGUAGE.md glossary from the vocabulary already in its codebase.
    0
    installs