One-click install
npx skills add https://github.com/cliffthelin/AXiomEngine --skill archon-dev-cliffthelin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-dev
Source: https://github.com/cliffthelin/AXiomEngine/tree/main/archon/.claude/skills/archon-dev
Command: npx skills add https://github.com/cliffthelin/AXiomEngine --skill archon-dev-cliffthelin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It streamlines day-to-day development work for the Archon codebase by routing any engineering request to the right specialized cookbook and enforcing evidence-based execution and project-specific conventions.

Core Features & Use Cases

  • Intent routing to cookbooks: Automatically selects the correct workflow (research, investigate, PRD, plan, implement, review, debug, commit, PR, or issue) based on user input keywords.
  • Evidence-first governance workflow: Applies strict rules that require codebase evidence (file:line references) and prevents guessing when uncertain.
  • Project-aware execution: Detects the local package manager and uses project conventions from CLAUDE.md to choose appropriate validation and test commands.

Quick Start

Use the skill by running /archon-dev with the cookbook and your task, for example: " /archon-dev implement execute the auth refactor plan ".

Frequently Asked Questions about archon-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route an engineering task to the correct development workflow?

To route an engineering task to the correct development workflow, you can use intent-based routing that automatically selects the right specialized cookbook for research, planning, implementation, or debugging based on your input keywords.

What is evidence-based engineering and how does it enforce code review standards?

Evidence-based engineering enforces code review standards by requiring strict codebase evidence, such as file:line references, and preventing guessing when uncertain. This ensures governance workflows remain grounded in actual repository changes.

How do I execute an implementation plan for a feature refactor?

To execute an implementation plan for a feature refactor, you route your request to the implementation cookbook, which delivers features from plans while adhering to project-specific conventions like CLAUDE.md.

Does this development workflow support automatic root cause analysis for debugging?

Yes, this development workflow supports root cause analysis for debugging by routing investigation requests to a dedicated cookbook that applies evidence-first governance and deterministic project detection to identify issues.

How do I ensure my pull requests follow project conventions and validation scripts?

To ensure pull requests follow project conventions and validation scripts, the workflow detects the local package manager and applies rules from CLAUDE.md to choose appropriate validation and test commands before committing.

Can I automate GitHub issue and PR creation directly from my development workflow?

Yes, you can automate GitHub issue and PR creation directly from your development workflow by routing your request to the specific cookbook designed for issue and PR generation, ensuring evidence-based execution throughout.