← ClaudeAtlas

worklisted

Start structured AI coding work with Brain overview, Repo Passport, Context Governor, Change Receipts, and AI Mistake Firewall awareness
puukis/lstack · ★ 0 · AI & Automation · score 73
Install: claude install-skill puukis/lstack
# Work — structured AI coding work ## Activation Invoked via `/work`. Brings together Brain overview, Repo Passport, Context Governor, Change Receipts, and AI Mistake Firewall before any code work begins. ## Supported forms ``` /work <task> /work continue /work status /work context ``` ## Behavior by subcommand ### /work <task> Run this sequence before starting any work: **A. Brain overview** ```bash lstack brain overview ``` Show compact summary. Note any active Decisions, Failed Attempts, or warnings. **B. Claude context** ```bash lstack brain context --for claude ``` Show compact context. Note any active Task Contracts, protected files, or generated folders. **C. Check current receipt** ```bash lstack brain receipt status ``` **D. Receipt handling** If no receipt is open: ```bash lstack brain receipt start --title "<short title>" --goal "<full task>" ``` Derive a short title (≤60 chars) from the task. Preserve the user's full task as the goal. If a receipt is already open, show it and use `AskUserQuestion` to ask: - This task belongs to the open receipt — continue - This is a new task — finalize the open receipt first - This is a new task — abandon the open receipt first Do not start another receipt silently. **E. AI Mistake Firewall precheck** ```bash lstack brain firewall status ``` If the task includes specific commands, files, or paths, check them: ```bash lstack brain firewall check --command "<command>" --path "<path>" --changed-file "<file>" ``` Do not