Instructions file CodexOpenCode
AGENTS.md instructions for ivanviragine/wade, covering agents.md, project overview, terminology, commands and architecture.
Instructions file CodexOpenCode
AGENTS.md instructions for ivanviragine/wade, covering agents.md, project overview, terminology, commands and architecture.
Skill Claude CodeCodex
Analyze a set of GitHub issues and identify dependency relationships between them. Reads issue titles and bodies, determines execution order, and outputs a structured dependency file that wade uses to generate Mermaid diagrams and update issue bodies. Use when multiple related issues need ordering.
Skill Claude CodeCodex
Rules for AI implementation sessions in a wade-managed worktree. Covers worktree safety, commit conventions, syncing with main, PR summaries, and session closing. Read this at the start of every work session.
Skill Claude CodeCodex
Instructions for contextual knowledge retrieval, tagging, search, and rating. Referenced by plan-session, implementation-session, and review-pr-comments-session skills.
Skill Claude CodeCodex
Rules for AI planning sessions launched by wade plan. Covers plan file authoring, complexity tagging, and session boundaries. Read this at the start of every planning session.
Skill Claude CodeCodex
Rules for AI sessions that address PR review comments. Covers fetching review comments, verifying findings, making fixes, and pushing changes. Read this at the start of every review-addressing session.
Skill Claude CodeCodex
Create one or more tasks via wade task create — for a single bug/feature OR a full plan/PRD breakdown. This is the STANDALONE task-creation workflow, used whenever the user directly asks to create a task/issue outside a wade plan session. Assesses scope, proposes a single- or multi-issue breakdown with reasoning, gets…