Instructions file CodexOpenCode
Instructions for Johnny-xuan/TreeWork, covering treework repository guidance, read before editing, repository boundaries and change discipline.
16 tagged project-state, measured the same way as everything else here.
Instructions file CodexOpenCode
Instructions for Johnny-xuan/TreeWork, covering treework repository guidance, read before editing, repository boundaries and change discipline.
MCP server Claude CodeCodexCursor +2
MCP server "treework" as configured in Johnny-xuan/TreeWork. Launched with bash ./scripts/start-mcp.sh.
Hook
Runs before the agent uses a tool, executing pre_tool_use.sh. From Johnny-xuan/TreeWork.
Hook
Runs when the agent finishes a response, executing stop.sh. From Johnny-xuan/TreeWork.
Skill Claude CodeCodex
Use TreeWork, a tree-guided development plugin for complex or evolving software projects that need staged alignment, pre-coding technical Specs, declarative project-tree planning, branch-scoped Git worktrees, durable recovery, and protected completion. It teaches the Agent to move through development along the Tree…
Skill Claude CodeCodex
Use TreeWork Manual when the user asks for it, or when the Agent judges that organizing ongoing, multi-part work as a persistent Markdown Tree would improve direction, continuity, recovery, or handoff. Adapt the Tree's depth and document detail to the user's needs, domain, and situation rather than a fixed threshold.
vikcena01/ai-continuity-plugin
Plugin Claude Code
Durable project state across AI sessions: decisions, constraints, and rejected paths, versioned in git as plain markdown. Not a memory tool — it answers what is true about the project now, and what must not change.
vikcena01/ai-continuity-plugin
Hook Claude Code
Runs when a session starts on startup, resume and compact, executing hook-session-start.js via node. From vikcena01/ai-continuity-plugin.
vikcena01/ai-continuity-plugin
Hook Claude Code
Runs when the agent finishes a response, executing hook-stop-capture.js via node. From vikcena01/ai-continuity-plugin.
vikcena01/ai-continuity-plugin
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, Stop).
vikcena01/ai-continuity-plugin
Command
Freeze a claim so it can never change (an unbreakable project invariant).
vikcena01/ai-continuity-plugin
Command
Show the restored Continuity project state (frozen constraints, decisions, rejected paths, next step).
vikcena01/ai-continuity-plugin
Command
Explain what a decision replaced and why (supersession lineage).
vikcena01/ai-continuity-plugin
Skill Claude CodeCodex
Persist and resume long-running project state across AI sessions. Use at the start of work on an ongoing project to load prior decisions, constraints, and rejected approaches; and whenever the user makes a decision, sets a constraint, rejects an approach, freezes something, or reaches a milestone — to record it so…