Instructions for contextual knowledge retrieval, tagging, search, and rating. Referenced by plan-session, implementation-session, and review-pr-comments-session skills.
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.
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.
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.
Create one or more GitHub issues via wade — for a single bug/feature OR a full plan/PRD breakdown. Assesses scope, proposes single or multi-issue breakdown with reasoning, gets user confirmation, writes plan files, creates issues via wade task create, and informs the user of next steps. ALL steps are mandatory — do not stop after planning. Use whenever the user asks to create a GitHub issue, regardless of scope.
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.