# Case: Workspace: ~/.superpowers/diagnosing-superpowers// Created: ## Problem statement (agreed with your human partner) Goal is a superpowers bug report: yes | no ## Sessions | Role | Session id | Absolute path | Lines | Bytes | Longest line (bytes) | First prompt (first 120 chars) | First timestamp | |---|---|---|---|---|---|---|---| | main | | | | | | | | | subagent | | | | | | | | Rejected candidates: , or "none". Session still running at read time: yes | no (mtime , lines ) ## Environment - OS: - Harness: - Models seen: - Superpowers install root: ; version ; git sha - Skill files read or injected during the session: | File (relative to install root) | sha1 (current file) | mtime newer than session? | |---|---|---| - Other plugins / extensions / MCP servers configured: - Instruction files present (paths only): ## Context-safety rules for every reader of these files - Check `wc -lc` and long lines (`awk '{ if (length($0) > 100000) print NR, length($0) }'`) before reading. - Never `cat` or `grep` for content. Line numbers and counts first (`grep -n … | cut -d: -f1`), then small fields from specific lines (`sed -n Np | jq -c '{…}'` or `| cut -c1-500`). - Read-only: never modify, move, or delete a session file. - In a subagent transcript, "user" is the parent agent. ## Harness reference to use