debugging
49Yassinello/claude-plugin-prd-workflow
Command Claude Code
Structured debugging session with team knowledge capture.
659 tagged code-quality, measured the same way as everything else here.
Browse within: ai-coding-assistant 94documentation 83docstring-checker 58docstrings 58github-actions 58linter 58ai-assistant 55developer-productivity 36agentic-development 34ai-assisted-development 34ai-coding-agents 34brownfield 34code audit 31hooks 31
Yassinello/claude-plugin-prd-workflow
Command Claude Code
Structured debugging session with team knowledge capture.
Yassinello/claude-plugin-prd-workflow
Command Claude Code
Orchestrate multi-PRD workflow with dependency management.
Command
Heavy structural audit — architecture review, evolution hotspots, test gaps, DSM. Run on demand, not in routine edit loop.
Command
Scan the project, save a baseline, and surface top hotspots / failing rules. Run once at the start of a session.
Command
Answer a custom structural question against the saved baseline using Rayfall (select / .graph. / Datalog).
0xUXDesign/ai-codebase-boilerplate
Command Claude Code
Deep plan review before implementing any feature, refactor, or significant code change. Enters plan mode - no code changes, just evaluation.
0xUXDesign/ai-codebase-boilerplate
Command Claude Code
Adversarial security review via OpenAI model — second opinion from a different AI.
0xUXDesign/ai-codebase-boilerplate
Command Claude Code
Generate implementation session prompts from a PRD or research doc.
Command
Show a summary of this tailtest session.
Command
Run an adversarial pass on $ARGUMENTS -- explicitly try to break the source code.
Command
Generate or update tests for $ARGUMENTS.
Command Claude Code
Run automated functional tests using the hook-driven test framework. Execute the test suite to validate all project functionality.
Command
Initialize a new project with SDLC-compliant structure. Creates required files, configures build system, sets up CI/CD, and establishes quality tooling.
Command
Run SDLC compliance check against the current project. Validates build system, code quality, testing, CI/CD, security, documentation, VCS, and release configurations.
Command
Per-finding suppression with a typed-category audit trail. The allowlist is dxkit's deliberate escape hatch for findings you can't fix today: false positives, intentional test-fixture patterns, real risks mitigated externally, or work you're deferring with an explicit deadline.
Command
Diff a current scan against a committed baseline and classify each finding as added / relocated / toolingdrift / configdrift / persisted / removed / fixed. Block on net-new regressions per the brownfield policy; exit non-zero so a pre-commit hook, pre-push hook, or CI workflow can stop the commit/push/merge.
Command
Close the debt the deterministic lanes cannot version-bump away: the grandfathered broken build, advisories with no direct upgrade path, the lint backlog, missing tests, missing docs. Each run plans that debt as finite work orders and works them in two tiers: deterministic recipes execute first at $0 (lockfile resync…
Command
Lint and check formatting with poly — apply no fixes; summarize findings and drift.
Command
Apply poly lint --fix and fmt --fix, then re-check and report what changed and what remains.
Command Claude Code
Execute story implementation following a context filled story spec file. Use when the user says ""dev this story [story file]"" or ""implement the next story in the sprint plan"".
Command Claude Code
Document brownfield projects for AI context. Use when the user says ""document this project"" or ""generate project docs"".
Command Claude Code
Generate end to end automated tests for existing features. Use when the user says ""create qa automated tests for [feature]"".
Command
Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
Command
Multi-model collaborative execution: prototype from plan, refactor, multi-model audit, delivery.