Agent skill
amnesiac
Autonomous software development for agents with no persistent memory. Use when building, testing, or maintaining code projects. Ensures all work is independently verifiable without context from previous sessions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/amnesiac
SKILL.md
amnesiac
You will forget everything. Design accordingly.
First Step
Check if .amnesiac/status exists.
- Exists → read it, continue below
- Does not exist → read adopt.md to set up this project
Protocol
- Read
.amnesiac/status - Load the phase file indicated
- Do the work
- Update
.amnesiac/status - Commit
Status Format
phase: [define|design|implement|maintain]
task: [current task number or description]
next: [literal next action]
files: [space-separated list]
verify: [command that returns 0 on success]
Phase Files
Load only the file matching your current phase:
phase: define→ read define.md - establish goal with userphase: design→ read design.md - create verifiable planphase: implement→ read implement.md - build with testsphase: maintain→ read maintain.md - fix and extend
Reference Files
Load only when stuck:
- patterns.md - approaches that work
- antipatterns.md - approaches that fail
Rules
- If you can't verify it without a browser, don't build it
- If verify fails 3 times, write to
stuckfield and stop - If a task touches 5+ files, split it first
- Commit after every passing verify
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?