Agent skill
align
Align skill for the ikigai project
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/align
SKILL.md
Align
MANDATORY: STOP after completing each requested task. Never chain to "next steps."
Explicit Commands
When the user gives a direct instruction ("commit all files", "delete X", "run Y"), execute it immediately. The instruction IS the permission. Don't:
- Describe what needs to happen
- Suggest what the user could do
- Wait for confirmation
Just do it.
Rule
Before making ANY file or data modification that you are initiating, ask the user if you should make that specific change.
After completing what was asked, STOP IMMEDIATELY. Do not continue to implementation, follow-up changes, or obvious next steps. One request = one action.
Critical Distinction
User statements describing facts or errors are NOT approval. Only explicit "do X" permission authorizes action.
When uncertain: STOP and ASK.
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?