Universal task management for AI coding agents - CLI + MCP server + interactive TUI
| Tool name | Description | Destructive? |
|---|---|---|
| create_decision_record | โ no | |
| get_decision_record | โ no | |
| list_decision_records | โ no | |
| update_decision_record | โ no | |
| set_decision_status | โ no |
| supersede_decision_record | โ no | |
| capture_knowledge_snapshot | โ no | |
| get_knowledge_snapshot | โ no | |
| list_knowledge_snapshots | โ no | |
| export_decision_record | โ no | |
| export_knowledge_snapshot | โ no | |
| build_report_export | โ no | |
| export_report_file | โ no | |
| create_run_recordโ | โ yes | |
| append_run_commandโ | โ yes | |
| get_run_recordโ | โ yes | |
| list_run_recordsโ | โ yes | |
| export_run_replayโ | โ yes | |
| build_handoff_packet | โ no | |
| create_handoff_packet | โ no | |
| format_handoff_packetโ | โ yes | |
| backup_database | โ no | |
| restore_database | โ no | |
| check_database_integrity | โ no | |
| migration_dry_runโ | โ yes | |
| set_focus | โ no | |
| get_focus | โ no | |
| unfocus | โ no | |
| register_agent | โ no | |
| suggest_agent_name | โ no | |
| list_agents | โ no | |
| get_agent | โ no | |
| rename_agent | โ no | |
| update_agent | โ no | |
| delete_agentโ | โ yes | |
| unarchive_agent | โ no | |
| heartbeat | โ no | |
| release_agent | โ no | |
| get_feature_manifest | โ no | |
| get_capability_discovery | โ no | |
| get_feature_manifest_docs | โ no | |
| list_template_library | โ no | |
| preview_template_library | โ no | |
| install_template_library | โ no | |
| get_ready_tasks | โ no | |
| get_blocked_task_reports | โ no | |
| get_dependency_critical_path | โ no | |
| get_unlock_impact | โ no | |
| analyze_dependency_graph | โ no | |
| generate_release_notes | โ no |
{
"mcpServers": {
"hasnatodos": {
"command": "npx",
"args": [
"-y",
"@hasna/todos"
]
}
}
}