askill
dev-workflow-reference

dev-workflow-referenceSafety 95Repository

Reference for compound-engineering workflows, review skills, solutions KB, and git worktrees. Consult when starting development work.

0 stars
1.2k downloads
Updated 2/9/2026

Package Files

Loading files...
SKILL.md

Development Workflow Reference

For non-trivial coding tasks, use compound-engineering workflows.

Workflow Selection Guide

WorkflowWhen to UseOutput
/workflows-brainstormUnclear requirements, exploring WHAT to builddocs/brainstorms/*.md
/workflows-planClear goal, need HOW to implementdocs/plans/*.md
/plan-deepenPlan exists but needs research depthEnhanced plan with best practices
/workflows-workPlan approved, ready to executeCode + tests
/workflows-reviewCode complete, quality-criticalMulti-agent review findings
/workflows-compoundJust solved something trickyLearning in ~/docs/solutions/
/lfgFull autonomous loop (all above)End-to-end with video

Flow options:

Simple task:
  plan → work → compound (if tricky)

Complex feature:
  brainstorm → plan → plan-deepen → work → review → compound

Full autonomous:
  /lfg (runs the entire chain)

Review Agents

Invoke via Task tool when reviewing code:

AgentUse For
review-code-simplicityYAGNI check, remove unnecessary complexity
analyze-patternsDetect anti-patterns, ensure consistency
review-securityOWASP, secrets, input validation
analyze-performanceBottlenecks, scalability concerns
review-typescriptHigh-bar TS review
review-pythonHigh-bar Python review

When to invoke:

  • After implementing new skills → review-code-simplicity
  • After modifying Claude config → analyze-patterns
  • Before shipping anything external → review-security

Compound Engineering Mindset

  • 80% planning + review, 20% execution
  • Plans are prompts — good plans enable one-shot implementation
  • After tricky fixes, always /workflows-compound to capture learnings
  • After significant experiences, prompt for compound extraction — what's reusable?

Solutions Knowledge Base

~/docs/solutions/ contains structured learnings with YAML frontmatter. The research-learnings skill queries this before work starts.

Structure:

docs/solutions/
├── ai-tooling/           # Tool crashes, API quirks
├── browser-automation/   # Playwright, agent-browser, Chrome
├── claude-config/        # Settings, hooks, MCP
├── skills/               # Skill design patterns
├── workflow-issues/      # Process problems
├── best-practices/       # Patterns worth documenting
└── patterns/
    └── critical-patterns.md  # ALWAYS check before work

Adding learnings:

  1. After solving a tricky problem, run /workflows-compound
  2. Or manually create a file with frontmatter (see ~/docs/solutions/schema.md)

How it compounds:

  • /workflows-plan auto-invokes research-learnings to check for relevant past solutions
  • /plan-deepen pulls in applicable patterns
  • Critical patterns are always checked regardless of task type

When to add: Problem required non-obvious debugging, same issue could recur, solution isn't obvious from docs, pattern applies beyond this specific case.

Git Workflow

Use git worktrees for non-trivial work. Matt runs multiple agents sessions simultaneously — worktrees prevent file conflicts.

Setup:

~/projects/<repo>/                ← main checkout
~/projects/<repo>/.worktrees/
  ├── feat-topic-a/               ← session 1
  └── fix-bug-b/                  ← session 2

Commands:

  • Create: git worktree add .worktrees/feat-topic -b feat/topic main && cd .worktrees/feat-topic
  • List: git worktree list
  • Remove: git worktree remove .worktrees/feat-topic

Fallback: If worktree not set up, create a feature branch (feat/<topic> or fix/<topic>).

Trivial changes (typos, one-line fixes) can go directly to main.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 2/19/2026

Well-organized reference document for development workflows with clear tables, flow options, and useful tags. Acts as a导航 map to other skills rather than standalone actionable content. Score benefits from clear 'when to use' guidance, structured presentation, and good metadata. Main limitations are that workflows invoked aren't defined here (actionability) and content is tailored to this specific repo's setup (internal_only signal). Could be improved by either including the referenced skills or making paths/configurable."

95
90
55
60
50

Metadata

Licenseunknown
Version-
Updated2/9/2026
Publishermattjefferson

Tags

apici-cdgithub-actionsllmpromptingsecurity