mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 13:37:41 +00:00
* feat(skills): overhaul archon-dev skill with PRP-inspired improvements Rewrote all 9 cookbooks (split research into research + investigate) with battle-tested patterns from PRP workflows. Key improvements: - research: pure codebase cartography with query classification and follow-up - investigate: new cookbook for strategic research + feasibility assessment - prd: 3-round interactive interview with MoSCoW, JTBD, implementation phases - plan: PRD phase auto-detection, UX diagrams, confidence score, prior-knowledge test - implement: env detection, base branch auto-detect, git state decision tree - review: PR checkout, state handling, plan deviation awareness, GitHub posting - debug: hypothesis-driven methodology, quick/deep modes, 3-test validation - commit: natural language file targeting while keeping safety checks - pr: template detection, existing PR check, draft support, base branch auto-detect Updated SKILL.md description with project-anchored triggers and concrete examples per cookbook to improve routing accuracy. * fix(skills): add missing routing keywords for investigate cookbook Add "can we" and "best approach" to investigate keywords — both are common phrasings for feasibility questions that weren't being matched. * fix(skills): broaden PR template search in pr cookbook Scan .github folder and subfolders more thoroughly before concluding no PR template exists. * feat: overhaul PR template with comprehensive engineering sections Replace minimal 5-section template with structured template covering UX journey, architecture diagrams, security impact, blast radius, rollback plan, and validation evidence. Adapted for the Archon monorepo with project-specific scopes and validation commands. * feat: improve bug report and feature request issue templates Add structured sections for user flow diagrams, scope identification, impact assessment, security considerations, and definition of done. Adapted for the Archon monorepo with project-specific packages and platform options. * feat(skills): add issue cookbook for GitHub bug/feature reporting New cookbook that classifies bug vs feature, finds the repo's issue template, validates with a subagent, and submits via gh CLI. Updated SKILL.md routing table and workflow chain diagram.
1.2 KiB
1.2 KiB
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Feature Request | Suggest an idea for this project | enhancement |
Problem
- What problem are you trying to solve?
- Who experiences it? (which platform/workflow)
- How often does it come up?
Proposed Solution
Describe the solution you'd like.
User Flow
Before (current)
(How does the user accomplish this today? Show the pain point with [!].)
After (proposed)
(What does the ideal flow look like? Highlight new steps with [+] or asterisks.)
Alternatives Considered
| Alternative | Pros | Cons | Why not chosen |
|---|---|---|---|
Scope
- Package(s) likely affected:
core|workflows|isolation|git|adapters|server|web|cli|paths - Breaking change? (
Yes/No) - Database changes needed? (
Yes/No) - New external dependencies? (
Yes/No)
Security Considerations
- New permissions/capabilities? (
Yes/No) - New external network calls? (
Yes/No) - Secrets/tokens handling? (
Yes/No) - If any
Yes, describe:
Definition of Done
- Acceptance criterion 1
- Acceptance criterion 2
- Tests covering the feature
- Documentation updated (if user-facing)