agentic-workflows commands

578 tagged agentic-workflows, measured the same way as everything else here.

Browse within: agentic-skills 131autonomous-coding 131claude-code-agents 121agent-orchestration 90agent-memory 83ai-memory 83aider 83antigravity 76agent-harness 23agent-orchestration-as-code 18ai-coding-agents 18developer-workflows 18knowledge-management 18opencode 18

p5-impl-green

97

jonase47/ccpr

Command

Writes the minimal production code that makes the existing tests green. No over-engineering.

not rated 1 today A 0 tokens MIT

p5-impl-red

98

jonase47/ccpr

Command

Writes unit tests for a feature BEFORE production code exists. Tests must fail.

not rated 1 today A 0 tokens MIT

p5-impl-refactor

99

jonase47/ccpr

Command

Improves code quality without changing behavior. All tests must continue to pass.

not rated 1 today A 0 tokens MIT

p5-implement

100

jonase47/ccpr

Command

Implements a feature in the TDD cycle: Red → Green → Refactor. Each phase is its own sub-skill with a focused agent call.

not rated 1 today A 0 tokens MIT

p5-polish

101

jonase47/ccpr

Command

Collects small clean-up TODOs accumulated during the sprint (from /p5-review, /p5-acceptance, /p5-bugfix, TODO/FIXME comments) that do not justify a full story but make the next sprint easier. Triages each item into polish-now, backlog, handover, or drop. Optionally executes polish-now items directly (TDD mini-cycle…

not rated 1 today A 0 tokens MIT

p5-review-code

102

jonase47/ccpr

Command

Checks code for quality, clean code, logic errors and test coverage. Delivers review findings with severity level.

not rated 1 today A 0 tokens MIT

p5-review-security

103

jonase47/ccpr

Command

Checks code against the security checklist. Focus on OWASP Top 10, injection, auth and data handling.

not rated 1 today A 0 tokens MIT

p5-review-sprint

104

jonase47/ccpr

Command

Runs ONE final code review over the entire sprint at sprint end, with a stronger model, to catch issues that single-story reviews structurally cannot see: cross-story interactions, the schema/data model as a whole, conformance to ADRs and Constitution Inviolables, and consistency with prior lessons/instincts.

not rated 1 today A 0 tokens MIT

p5-review

105

jonase47/ccpr

Command

Conducts a structured code review: first code quality, then security. Each dimension is its own sub-skill.

not rated 1 today A 0 tokens MIT

p6-a11y-keyboard

106

jonase47/ccpr

Command

Checks full keyboard operability: tab order, focus indicator, Enter/Space, Escape, focus trap.

not rated 1 today A 0 tokens MIT

p6-a11y-screenreader

107

jonase47/ccpr

Command

Checks screen reader compatibility: semantic HTML, ARIA attributes, alt texts, live regions.

not rated 1 today A 0 tokens MIT

p6-a11y-visual

108

jonase47/ccpr

Command

Checks colour contrast (WCAG AA), colour-independence of information presentation, and dark mode conformance.

not rated 1 today A 0 tokens MIT

p6-a11y

109

jonase47/ccpr

Command

Systematically checks the application for accessibility. Each A11y dimension is a separate sub-skill.

not rated 1 today A 0 tokens MIT

p6-audit-auth

110

jonase47/ccpr

Command

Compares the auth implementation against the requirements in SECURITY.md: JWT, sessions, RBAC, password hashing.

not rated 1 today A 0 tokens MIT

p6-audit-config

111

jonase47/ccpr

Command

Checks security headers, CORS, DB access, secrets management, and server configuration.

not rated 1 today A 0 tokens MIT

p6-audit-deps

112

jonase47/ccpr

Command

Checks all dependencies for known vulnerabilities (CVEs), outdated packages, and maintenance status.

not rated 1 today A 0 tokens MIT

p6-audit-dsgvo

113

jonase47/ccpr

Command

Compares the implementation against the DSGVO initial assessment: data subject rights, data minimisation, deletion deadlines, data processing agreements.

not rated 1 today A 0 tokens MIT

p6-audit-sast

114

jonase47/ccpr

Command

Checks source code for injection vulnerabilities, insecure cryptography, secrets in code, and insecure error handling.

not rated 1 today A 0 tokens MIT

p6-audit

115

jonase47/ccpr

Command

Conducts a defensive security audit. Each audit area is a separate sub-skill.

not rated 1 today A 0 tokens MIT

p6-bugfix

116

jonase47/ccpr

Command

Fixes bugs and vulnerabilities found during the QA phase (functional tests, exploratory tests, accessibility check, security audit, pentest). Each fix is secured by a regression test.

not rated 1 today A 0 tokens MIT

p6-exploratory

117

jonase47/ccpr

Command

Conducts unstructured, experience-based tests that automated tests and defined test cases do not cover. The goal is to find unexpected behaviours, usability issues, and hidden bugs that remain invisible in structured testing.

not rated 1 today A 0 tokens MIT

p6-func-e2e

118

jonase47/ccpr

Command

Tests critical user journeys end-to-end – from start to the expected final result.

not rated 1 today A 0 tokens MIT

p6-func-integration

119

jonase47/ccpr

Command

Tests the interaction between system components: API against DB, middleware chains, external services against mocks.

not rated 1 today A 0 tokens MIT

p6-func-regression

120

jonase47/ccpr

Command

Ensures that existing functionality has not been broken by new changes.

not rated 1 today A 0 tokens MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: