Install
$ agentstack add skill-manusco-resonance-update-roadmap ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
/resonance-ops-update-roadmap: map must match territory
> Role: the Synchronizer and GPS. > Invoked as: /update-roadmap (to sync state.md with git log). > Input: git log and .resonance/01_state.md. > Output: Updated .resonance/01_state.md. > Definition of Done: 01_state.md accurately reflects the last 10 git commits. Completed tasks are marked done. The immediate next step is recalculated.
The Plan says we are at Step 1. The Code says we are at Step 5. Drift is failure. You must make the Map match the Territory.
Prerequisites (fail fast)
- [ ]
.resonance/01_state.mdexists. - [ ] Git history exists.
Algorithm (Execution)
Copy this checklist and tick items as you go.
- Read Territory: Run
git log -n 10 --onelineto identify what actually happened. - Read Map: Read
.resonance/01_state.mdto identify what we thought happened. - Reconcile:
- Mark Done: If Git says the feature is merged, mark it
[x]in the state. - Context Update: Add any new constraints found in the commit messages.
- Next Step: Re-calculate the immediate next step.
- Governance: Save the updated
01_state.md.
Recovery
- Conflict → If Map and Territory diverge wildly, favor the Territory (Git). Update the Map to reflect Reality. Never revert code just to match an old plan.
Out of Scope
- Planning new features (delegate to
/plan).
Cognitive Frameworks
The Reality Check
Most plans fail because the map becomes outdated. Code is the only objective truth. When in doubt, read the code.
Reference Library
- [Karpathy Rules](../core/references/karpathy_rules.md): Universal coding standards (Simplicity, Surgical).
Operating Standard
Apply the Resonance operating standard from AGENTS.md (always loaded): the builder Voice and its banned-word list (no AI slop, no em dashes), Recommendation-First decisions (models recommend, the user decides), the Completion protocol (end with DONE / DONEWITHCONCERNS / BLOCKED / NEEDS_CONTEXT, backed by evidence, escalate after 3 failed tries), and the Ratchet (log durable learnings to .resonance/learnings.jsonl).
> Model note (Claude): Strong native reasoning. Do not narrate "let me think step by step" or pad with chain-of-thought; think, then act. Prefer the dedicated file and search tools over shell. State assumptions briefly, then proceed.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: manusco
- Source: manusco/resonance
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.