Plugin Claude Code
Agent definitions and skill prompts for Claude Code covering requirement-doc planning, technical-spec planning, architecture drafting, execution planning, and end-to-end initiative planning orchestration.
Plugin Claude Code
Agent definitions and skill prompts for Claude Code covering requirement-doc planning, technical-spec planning, architecture drafting, execution planning, and end-to-end initiative planning orchestration.
Instructions file
Claude Code instructions for dremonkey/agents-and-skills, covering agents and skills, repo structure, conventions, skill authoring notes and task handling.
Skill Claude CodeCodex
Scans the repo for TODO/FIXME/HACK/XXX comments, creates task files for ones that don't already have them, and replaces the original comment with a reference to the task file.
Skill Claude CodeCodex
Draft technical specifications for small-scope component architecture using concise sections and ASCII diagrams, and produce full-system Excalidraw visuals by invoking excalidraw-diagram-skill when broader system context is needed. Use when the user asks for a technical spec, architecture draft, RFC-lite, component…
Skill Claude CodeCodex
Dispatches sub-agents to implement tasks from a plan produced by plan-eng-tasks. Reads task files and EPICs from tasks/ /, manages parallel execution with worktree isolation, monitors progress, and updates task/epic files on completion. Use after plan-eng-tasks has finished planning.
Skill Claude CodeCodex
Post a line-attached inline comment on a GitLab merge request via glab. Use this skill any time you need a comment to land on a specific line of a diff (a DiffNote), not as a free-floating MR-level discussion. There is one trap that catches every attempt to do this naively — capturing it here so the next try doesn't…
Skill Claude CodeCodex
Orchestrates a multi-stage planning workflow across plan-requirement-doc, plan-tech-spec, draft-technical-architecture, and plan-eng-tasks. Use when turning a PRD or initiative into vision docs, architecture docs, EPICs, and task files without implementing code. After planning, use exec-eng-tasks to dispatch…
Skill Claude CodeCodex
CEO/founder-level product review focused on strategy clarity and feature definition. Use this skill to pressure-test ICP, user problem statement, value proposition, positioning, success metrics, and launch narrative before implementation.
Skill Claude CodeCodex
CTO-level technical plan review for implementation readiness and risk control. Use this skill to deeply review architecture, failure modes, security, tests, performance, observability, and rollout posture before execution.
Skill Claude CodeCodex
Review a merge/pull request and publish the review as comments. Works on both GitLab (MR, via glab) and GitHub (PR, via gh) — Step 1a detects the platform and loads the matching provider file. Triage then selects one of three modes: PLAN (diff is planning prose — EPICs, PRDs, architecture docs), IMPL-FIRST (first-pass…