puukis
- 28 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌
- ▌
- ▌ Work · puukisStart structured AI coding work with Brain overview, Repo Passport, Context Governor, Change Receipts, and AI Mistake Firewall awareness
- ▌ Debug · puukisSystematic root cause analysis — reproduce, isolate, hypothesize, verify before any fix
- ▌ Guard · puukisEnable maximum safety workflow by combining careful safety mode with a freeze edit boundary.
- ▌
- ▌
- ▌ Freeze · puukisRestrict Edit, Write, and MultiEdit to approved paths for the current Claude Code session.
- ▌
- ▌ Careful · puukisEnable opt-in warnings or denials for risky Bash commands in the current Claude Code session.
- ▌ Debrief · puukisEnd-of-session structured reflection — what worked, what broke, what to do differently. Run before /exit.
- ▌ Planner · puukisStructured task breakdown with clarifying questions before planning — no code written
- ▌
- ▌ Engineer · puukisWrites production-ready code — reads patterns first, runs tests after, no gold-plating
- ▌
- ▌ Passport · puukisShow or refresh Repo Passport and context — wraps lstack brain passport/context/overview CLI
- ▌ Refactor · puukisImproves code structure without changing behavior — tests before and after each step
- ▌ Remember · puukisStore a user-confirmed structured learning or durable observation in lstack memory.
- ▌
- ▌ Security · puukisSecurity audit — scans for secrets, injection, bad deps, auth issues; reports findings only
- ▌
- ▌
- ▌
- ▌ Blueprint · puukisGenerates a .blueprint.md spec file before any code is written. Agents implement against the blueprint, not vague prompts.
- ▌ Changelog · puukisGenerate a CHANGELOG.md entry from git log since last tag — invoked via /changelog
- ▌ Interrogate · puukisSocratic requirement clarification — one question at a time before any planning or code. Auto-activates when a request is vague, large, or unclear.
- ▌ Orchestrate · puukisIntelligent task routing — evaluates complexity and asks the user whether to handle in the main session or dispatch to specialist sub-agents. Entry point for any medium or large task. Run this before /build or /engineer on anything non-trivial.