Agentsys perf-investigation-logger
Use when appending structured perf investigation notes and evidence.
install
source · Clone the upstream repo
git clone https://github.com/agent-sh/agentsys
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/agent-sh/agentsys "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.kiro/skills/perf-investigation-logger" ~/.claude/skills/agent-sh-agentsys-perf-investigation-logger && rm -rf "$T"
manifest:
.kiro/skills/perf-investigation-logger/SKILL.mdsource content
perf-investigation-logger
Append structured investigation notes to
{state-dir}/perf/investigations/<id>.md.
Follow
docs/perf-requirements.md as the canonical contract.
Required Content
- Exact user quotes (verbatim)
- Phase summary
- Decisions and rationale
- Evidence pointers (files, metrics, commands)
Output Format
## <Phase Name> - <YYYY-MM-DD> **User Quote:** "<exact quote>" **Summary** - ... **Evidence** - Command: `...` - File: `path:line` **Decision** - ...
Constraints
- Use
for state path (defaultAI_STATE_DIR
)..claude - Do not paraphrase user quotes.