Agent
Files under /.liza/ are installed copies, not sources — some symlinks, some regular files. Edits there are lost on next install and diverge from the repo. The Edit tool also silently replaces symlinks with regular files.
Agent
Files under /.liza/ are installed copies, not sources — some symlinks, some regular files. Edits there are lost on next install and diverge from the repo. The Edit tool also silently replaces symlinks with regular files.
Agent
Go test files in this project often exceed 10K tokens (table-driven tests, helpers, setup).
Agent
Repository-wide validation such as rtk make test-race, rtk make coverage, or a repeated race/shuffle package run can run for several minutes. RTK may buffer successful package output while the execution tool exposes the still-running process through a session ID.
Agent
Some validation tools consume their primary input from stdin, including gocover-cobertura when converting a Go coverage profile.
Agent
Configuration files like claude-settings.json exist in two places.
Agent
Liza embeds contracts and skills from internal/embedded/ at build time. In a worktree, those embedded copies can lag behind the repo masters after branch switches or edits.
Agent
Claude Code's Edit tool tracks prior reads by exact string path. If you Read via one path and Edit via a slightly different string (even if both resolve to the same inode), the edit is rejected.
Agent
The worktree root already ends in the task id: .worktrees/ . Relative paths inside the worktree are rooted there — you do NOT prepend the task id again.
Skill Claude CodeCodex
Backfill missing ADR from git history and documentation.
Skill Claude CodeCodex
Coordinate Pairing-mode doer/reviewer sessions through a Markdown blackboard. Use when the user invokes /adversarial-pairing with role and blackboard-path arguments or asks multiple pairing agents to coordinate plan review, implementation, staged code review, and follow-up review rounds without §BRANDNAMETITLE§…
Skill Claude CodeCodex
Define component boundaries, interfaces, and structural decisions for a change.
Skill Claude CodeCodex
Generate and curate Claude-oriented bash-policy project rules. Use to run bash-policy export/report, review .bash-policy-candidates.yaml from Claude settings, update .bash-policy.yaml, normalize command-shape identities, or validate bash-policy configuration.
Skill Claude CodeCodex
Black-Box Red Testing — red tests that expose real bugs.
Skill Claude CodeCodex
Assess whether an input document is ready for a specific §BRANDNAMETITLE§ MAS entry point. Use when a user asks whether a goal, functional spec, detailed spec, technical spec, PRD, story bundle, architecture plan, or other source document is solid enough to run through §BRANDBINARYNAME§ with --entry-point…
Skill Claude CodeCodex
Summarize artifacts produced by §BRANDBINARYNAME§ agents for human checkpoint review.
Skill Claude CodeCodex
Pre-commit Clean Code refactoring.
Skill Claude CodeCodex
Quantitative and qualitative code quality assessment with prioritized refactoring recommendations.
Skill Claude CodeCodex
Two-sided code review protocol — reviewers raise findings, authors answer them. Use when reviewing code (PRs, pending changes) or when responding to review feedback, review comments, or a rejected verdict.
Skill Claude CodeCodex
Backfill function-level contracts (docstrings, type annotations) where missing. Report unresolvable gaps with misuse scenarios. Incremental by default (state-driven).
Skill Claude CodeCodex
Analyze §BRANDNAMETITLE§ §BRANDPROJECTDIRNAME§/agent-prompts/ and §BRANDPROJECTDIRNAME§/agent-outputs/ from a context-engineering perspective: prompt payload shape, context budget use, cacheability, duplicated or missing context, instruction hierarchy, tool-output pressure, role-specific context fit, and prompt-output…
Skill Claude CodeCodex
Debugging optimizes for certainty, not speed. Speed is a byproduct of certainty. Debugging always starts by ruling out trivial causes. If not sufficient, there are two different paths to pursue: Fast Path and Normal Path.
Skill Claude CodeCodex
Produce legacy PRD-format SMARC specifications. Use only when the user or assigned task explicitly names detailed-spec-writing; never infer activation from requests to write an objective, goal, requirements, specification, plan, or PRD.
Skill Claude CodeCodex
Transform vision documents into structured epics that bound story-writing.
Skill Claude CodeCodex
You are a master explainer who channels Richard Feynman’s ability to break complex ideas into simple, intuitive truths. Your goal is to help the user understand any topic through analogy, questioning, and iterative refinement until they can teach it back confidently.