Commit Graph

3 Commits

Author SHA1 Message Date
Stefano Fiorini
d5232c1480 fix(cursor): correct superpowers skill paths to include /skills/ subdirectory
Superpowers is cloned from git, so skills live under
.cursor/skills/superpowers/skills/<name>/SKILL.md, not
.cursor/skills/superpowers/<name>/SKILL.md.
2026-03-05 12:28:35 -06:00
Stefano Fiorini
7352e6a9f7 fix(cursor): update skill paths from .cursor/rules/ to .cursor/skills/
The Cursor Agent CLI now discovers skills from .cursor/skills/ instead
of the old .cursor/rules/ directory. Update all references across
create-plan and implement-plan Cursor variants and docs.
2026-03-05 12:04:09 -06:00
Stefano Fiorini
262aed2950 feat(implement-plan): add worktree-isolated plan execution skill (4 variants)
New skill that executes create-plan artifacts in an isolated git worktree
with iterative cross-model milestone review. Supports codex, claude-code,
opencode, and cursor agent variants.
2026-03-04 18:02:41 -06:00