← all publishers

franzos

@franzos source repo

11 published skills

  1. Audit 2 · franzos
    Auditing a Stackpit deployment
    0
    installs
  2. Setup 2 · franzos
    Setting up Stackpit
    0
    installs
  3. Reconfigure 2 · franzos
    Reconfiguring Stackpit
    0
    installs
  4. Audit · franzos
    Auditing a Forseti deployment
    0
    installs
  5. Setup · franzos
    Setting up Forseti
    0
    installs
  6. Plan New · franzos
    Use when starting a new project or a substantial change that needs a written spec and plan before any code. Runs Q&A with the user, dispatches code-explorer and code-architect, writes spec and plan to the knowledge base, and gets an adversarial review before implementation. Not for small or mechanical changes - those go straight to code.
    0
    installs
  7. Plan Run · franzos
    Use when executing a written implementation plan from the knowledge base in a fresh session. Reads the spec and plan, works the tasks in order, checks them off in place, and keeps the expensive gates off the hot path. Pair with /plan:snapshot to stop cleanly and /plan:resume to pick up an interrupted run.
    0
    installs
  8. Provision Environment · franzos
    Use before running any build, test, lint, or format command to establish a working toolchain or runtime. Follows the user's declared environment presets, probes what is already available, provisions only in ways that do not modify the host machine (an ephemeral nix/guix shell or a throwaway container), and otherwise asks the user instead of guessing or installing.
    0
    installs
  9. Plan Resume · franzos
    Use when picking up a plan that was interrupted, in a fresh session. Finds the newest checkpoint for the project in the knowledge base, verifies its claims against the actual tree before trusting them, reports any drift, and continues execution from the stated next action.
    0
    installs
  10. Plan Snapshot · franzos
    Use when interrupting a plan that is mid-execution - the user stops the run, context is getting long, the machine needs a reboot, or the session is ending unfinished. Writes a verified snapshot to the knowledge base so a fresh session can resume without rediscovery. Read by /plan:resume.
    0
    installs
  11. Reconfigure · franzos
    Reconfiguring Forseti
    0
    installs