workflow-config

Solid

Configure the Structured Agentic Development Workflow — set testing methodology (TDD/BDD), output style (caveman brevity), and persist preferences to agent memory.

AI & Automation 3 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Workflow Configuration You are configuring the **Structured Agentic Development Workflow**. ## Your Mission Parse the user's preferences from: **$ARGUMENTS** Then persist each preference to your agent's persistent memory so it applies across all future workflow phases and sessions. ## Supported Preferences ### Testing Methodology - **TDD** (default) — Test-Driven Development. Red-Green-Refactor cycle via `/test-driven-development`. - **BDD** — Behavior-Driven Development. Given-When-Then scenarios, feature files. When BDD is active, the build phase uses BDD-style test specifications instead of unit-first TDD. Only one can be active at a time. Setting one disables the other. ### Output Style: Caveman Compatibility - **caveman off** (default) — Normal verbose output from all workflow phases. - **caveman lite** — Shorter prose. Cut filler sentences, keep all technical detail. - **caveman full** — Terse. Bullet points over paragraphs. Minimal preamble. All technical accuracy preserved. - **caveman ultra** — Maximum compression. Sentence fragments. Only essential information. When caveman is enabled, ALL workflow skills (brainstorm, write-plan, build-phase, 3p-review, triage, systematic-debugging, verification-before-completion) adapt their output to the requested brevity level. Technical accuracy is never sacrificed — only prose style changes. **Important:** This workflow does NOT bundle or vendor the Caveman skills package. If the user wants caveman to also govern th...

Details

Author
nikhilw
Repository
nikhilw/structured-agentic-workflow
Created
5 months ago
Last Updated
today
Language
PowerShell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category