plugins/devflow/skills/workstreams/SKILL.md
Run independent objectives in parallel using git worktrees, then merge results back. Subcommand-style: /devflow:workstreams setup | status | merge | run Advanced parallel execution — use only when explicitly requested.
npx skillsauth add ao-cyber-systems/devflow-claude workstreamsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<execution_context> @~/.claude/devflow/references/ui-brand.md @~/.claude/devflow/workflows/workstreams-setup.md @~/.claude/devflow/workflows/workstreams-status.md @~/.claude/devflow/workflows/workstreams-merge.md @~/.claude/devflow/workflows/workstreams-run.md </execution_context>
<context> Subcommand: $ARGUMENTS@.planning/ROADMAP.md @.planning/STATE.md @.planning/config.json </context>
<process> **1. Resolve subcommand and workflow:**ROUTE_JSON=$(node ~/.claude/devflow/bin/df-tools.cjs skill-route workstreams $ARGUMENTS --raw)
Parse JSON. If error, display usage and stop.
2. Follow resolved workflow based on subcommand:
setup → workstreams-setup.md with residual argsstatus → workstreams-status.mdmerge → workstreams-merge.mdrun → workstreams-run.md (stub — informs user, exits cleanly)
</process>
development
Orchestrate a multi-step DevFlow workflow by chaining skills. Use when the user wants to invoke a sequence of skills as one ask (e.g., "build and sync to github", "research, plan, then build", "ship and announce"). Triggers on: "ship X to Y", "build and X", "plan and X", "X then Y", "in one go", "as a chain", "all in sequence", "chain", "ship-and-sync", "research-plan-build"
testing
Stamp a new polyglot monorepo using the AO Cyber Systems scaffold — root CLAUDE.md with Layout table, per-area CLAUDE.md, path-filtered CI workflows, comprehensive .gitignore, and the no-binaries pre-commit hook config. Use this for new product monorepos (the 5-monorepo architecture: aodex, aosentry, eden-biz, politihub, aohealth, plus future ones). Triggers on: "new monorepo", "scaffold a monorepo", "set up a monorepo", "create a new product monorepo".
development
Validate that a monorepo follows the AO Cyber Systems layout convention — root CLAUDE.md declares every area, every area has its own CLAUDE.md, no compiled binaries are tracked in git. Reads the root `CLAUDE.md` Layout table, walks the working tree, and reports drift in a single Markdown summary. Standalone — works on any repo. Triggers on: "audit monorepo layout", "monorepo doctor", "is this monorepo healthy?", "check the layout", "find binaries in the repo".
development
Build, review, or visually inspect web pages using Hugo templates, Tailwind CSS, and the project's brand design system. Use when the user wants to create new pages, design components, audit existing UI, review frontend code, or visually test rendered pages. Triggers on: "build the UI", "design this page", "create a page", "review the frontend", "audit the UI", "check UI consistency", "make it look good", "frontend review", "visual review", "check how it looks", "inspect the page"