Agent skill
maceff-todo-restoration
USE IMMEDIATELY when user reports TODO accessibility issues or session migration detected. Restores TODO context using policy-guided recovery.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/maceff-todo-restoration
SKILL.md
User Trustworthiness Principle
CRITICAL: When user reports TODO accessibility issues, TRUST THEM UNCONDITIONALLY.
The user's UI is DISCONNECTED after session migration. You may see TODOs in system-reminders but the user cannot. Only TodoWrite reconnects their UI.
Policy Engagement
macf_tools policy navigate todo_hygiene
Scan for sections about TODO backup and recovery mechanisms. Read those sections.
Questions to Extract
- What recovery mechanisms does the policy define?
- How does the policy prioritize them?
- What tools and formats enable direct restoration?
- What minimum pending item requirement must restored lists satisfy?
Execution
Apply the recovery workflow discovered from policy reading. Invoke TodoWrite with restored state.
Version History
- v3.1 (2025-12-19): Radically minimal rewrite. Skill provides questions, policy provides answers.
- v3.0 (2025-12-19): Policy as API rewrite with extractive questions.
- v2.0 (2025-11-26): Three-tier recovery with event log intelligence.
- v1.0 (2025-11-18): Initial implementation.
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?