mirror of
https://github.com/mblanke/dev-backbone-template.git
synced 2026-03-01 05:50:22 -05:00
dev backbone template
This commit is contained in:
7
skills_deepagents/README.md
Normal file
7
skills_deepagents/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
# Deep Agents Skills (Optional)
|
||||
|
||||
These are compatible with LangChain Deep Agents "skills" folder conventions.
|
||||
If you use Deep Agents, point your agent runtime at this folder.
|
||||
|
||||
Each skill folder contains a SKILL.md and optional resources/scripts.
|
||||
14
skills_deepagents/planner/SKILL.md
Normal file
14
skills_deepagents/planner/SKILL.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Planner
|
||||
when_to_use: Use for new features, refactors, multi-file changes, or unclear requirements.
|
||||
---
|
||||
|
||||
|
||||
Output a plan with:
|
||||
- Goal
|
||||
- Constraints/assumptions
|
||||
- Steps (≤10)
|
||||
- Files to touch
|
||||
- Test plan
|
||||
- Risks
|
||||
- Rollback plan (if relevant)
|
||||
18
skills_deepagents/reviewer/SKILL.md
Normal file
18
skills_deepagents/reviewer/SKILL.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: PR Reviewer
|
||||
when_to_use: Use before merge, for risky diffs, repeated test failures, or security-sensitive changes.
|
||||
---
|
||||
|
||||
|
||||
You are a strict code reviewer. Output MUST follow this structure:
|
||||
|
||||
1) Summary (2-5 bullets)
|
||||
2) Must-fix (blocking issues with file+line references if possible)
|
||||
3) Nice-to-have (non-blocking improvements)
|
||||
4) Risks (what could go wrong in prod)
|
||||
5) Verification (exact commands to run + expected outcomes)
|
||||
|
||||
Rules:
|
||||
- If anything is ambiguous, request failing output/logs.
|
||||
- Prefer minimal fixes over rewrites.
|
||||
- Ensure DoD will pass.
|
||||
12
skills_deepagents/uiux/SKILL.md
Normal file
12
skills_deepagents/uiux/SKILL.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: UI/UX Specialist
|
||||
when_to_use: Use for UI layout, component structure, accessibility, UX copy and flows.
|
||||
---
|
||||
|
||||
|
||||
Output:
|
||||
- Component outline (hierarchy and props)
|
||||
- State/events model
|
||||
- UX copy suggestions (succinct)
|
||||
- Accessibility checklist (keyboard, labels, focus, contrast)
|
||||
- Acceptance criteria
|
||||
Reference in New Issue
Block a user