iwe
01MCP server Claude CodeCodexCursor +2
Markdown knowledge base as agent memory. Runs against the notes directory it is started in. Runs locally from the @iwe-org/mcp npm package.
MCP server Claude CodeCodexCursor +2
Markdown knowledge base as agent memory. Runs against the notes directory it is started in. Runs locally from the @iwe-org/mcp npm package.
Skill Claude CodeCodex
Enter explore mode — a thinking partner for investigating problems, comparing approaches, and clarifying ideas before they become plans. Reads code and the graph freely, never writes code. Use when the user says "let's think about ...", "explore ", "what are our options for ...", or wants to talk something through…
Skill Claude CodeCodex
Execute an active plan task-by-task with state discipline — verified anchors, tests before checkbox ticks, clean stopping points, deviations written back into the plan. Use when the user says "implement ", "continue the plan", "work on the next task", or asks to start building something that already has a plan.
Skill Claude CodeCodex
Create an implementation plan — discovery in the real codebase first, then a plan document with verified code anchors, spec impact, and dependencies, filed under Active in the plans hub. Use when the user says "plan ", "write a plan for ...", or asks to turn a backlog task or accepted feature into work.
Skill Claude CodeCodex
Brownfield-first workspace onboarding — scan the codebase and draft data/product.md plus starting architecture and spec docs from what the code shows, interview the developer only for what the code can't answer, mark the onboarding tasks done, and delete the example documents. Use when the user says "run the setup"…
Skill Claude CodeCodex
Close the loop when work ships — sync the specs the plan touched, mark the plan done, flip the feature doc to implemented, and link the work into the unreleased page; also cuts a release when asked. Use when the user says "ship ", "mark done", "the work is finished", or "cut release X.Y.Z".
Skill Claude CodeCodex
Verify that implementation matches the graph — check a plan's tasks, spec requirements, and scenarios against the actual code before shipping, or sweep the whole workspace for doc↔code drift. Use when the user says "verify ", "is this ready to ship", "audit the docs", or "check for drift".
Skill Claude CodeCodex
Compose a weekly project digest from the workspace — what shipped, active plans and their staleness, open bugs, top backlog, and graph health, ending with the single most leveraged next action. Read-only; prints without writing files. Use when the user asks for a "weekly digest", "status report", or a start-of-week…
Instructions file CodexOpenCode
Instructions for iwe-org/dev-workspace, covering agent operating manual, start of every session, the operating loop, conventions and iwe basics.
Instructions file
Instructions for iwe-org/dev-workspace: Read AGENTS.md — it is the operating manual for this workspace.