Instructions file
Instructions for dean0x/devflow, covering devflow development guide, purpose, architecture overview, project structure and development loop.
Instructions file
Instructions for dean0x/devflow, covering devflow development guide, purpose, architecture overview, project structure and development loop.
Agent
Autonomous task implementation on feature branch. Implements, tests, and commits.
Agent
Design analysis agent with preloaded mode skills. Modes: gap-analysis (completeness, architecture, security, performance, compliance, consistency, dependencies), design-review (anti-pattern detection).
Agent
Proactive bug finding agent with static+semantic analysis. Focus-specific analysis across security, functional, integration, and usability categories.
Agent
Validates implementation aligns with original request and plan. Catches missed requirements, scope creep, and intent drift. Reports misalignments for Code agent to fix.
Agent
Unified agent for all git/GitHub operations - issues, PR comments, tech debt, releases.
Agent
Structures codebase exploration into a feature knowledge base and registers it in the index cache.
Agent
Background decisions maintenance agent — claims the pending learning queue, detects architectural decisions and pitfalls from captured turns, and curates the decisions ledger. Spawned as a background agent by the session-start directive when the queue is non-empty.
Agent
Multi-type research agent with dynamic skill loading. Receives research type, loads domain-specific skill, produces structured findings.
Agent
Universal code review agent with parameterized focus. Dynamically loads pattern skill for assigned focus area.
Agent
Self-review agent that evaluates and fixes implementation issues using 9-pillar framework. Runs in fresh context after Code agent completes.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Agent
Codebase orientation using rskim to identify relevant files, functions, and patterns for a feature or task.
Agent
Combines outputs from multiple agents into actionable summaries (modes: exploration, planning, review, bug-analysis, design, research).
Agent
Scenario-based QA agent. Designs and executes acceptance tests from criteria and implementation. Reports pass/fail with evidence — never fixes code.
Agent
Validates review issues against blast-radius disposition matrix. Assigns one verdict per issue. Never edits code.
Agent
Dedicated agent for running validation commands (build, typecheck, lint, test). Reports pass/fail with structured failure details - never fixes.
Command
Release project using adaptive learned configuration.
Skill Claude CodeCodex
This skill should be used when the user asks to "add accessibility", "check ARIA", "handle keyboard navigation", "add focus management", or creates UI components, forms, or interactive elements. Provides WCAG 2.2 AA patterns for keyboard navigation, ARIA roles and states, focus management, color contrast, and screen…
Skill Claude CodeCodex
Canonical algorithm for consuming DECISIONSCONTEXT index — scan index, identify relevant entries, Read full bodies on demand, cite verbatim IDs inline.
Skill Claude CodeCodex
Consumption algorithm for FEATUREKNOWLEDGE variable — pre-computed feature context.
Skill Claude CodeCodex
This skill should be used when reviewing code for SOLID violations, tight coupling, or layering issues.
Skill Claude CodeCodex
This skill should be used when the user asks to "validate input", "parse request data", "handle form data", "add Zod schema", "sanitize user input", or creates API endpoints and system boundaries. Provides parse-don't-validate patterns with schema validation for type-safe boundary enforcement and hostile input defense.
Skill Claude CodeCodex
This skill should be used when reviewing code for high cyclomatic complexity, deep nesting, or long functions.