README
01Caspian-Sun/claude-code-workflow
Agent Claude Code
Agent "README" from Caspian-Sun/claude-code-workflow, covering agents/ — sub-agent definitions, file manifest, sub-agents vs. slash commands, agent md file format and key fields.
Caspian-Sun/claude-code-workflow
Agent Claude Code
Agent "README" from Caspian-Sun/claude-code-workflow, covering agents/ — sub-agent definitions, file manifest, sub-agents vs. slash commands, agent md file format and key fields.
Caspian-Sun/claude-code-workflow
Agent Claude Code
Fix a single triaged bug (from bug-reports entries or verbal descriptions normalized by /bug-check). Locate root cause → minimal fix → run tests → return fix report. Suitable for parallel spawning by /fix when handling multiple bug reports (one bug per agent).
Caspian-Sun/claude-code-workflow
Agent Claude Code
Perform read-only code review on specified files or directories, scanning for issues per project rules (coding-style / no-hardcode / file-docs / testing), and outputting a structured report. Does not modify code. Suitable for parallel review of large directories by /review, or as an independent second-opinion check…
Caspian-Sun/claude-code-workflow
Agent Claude Code
God-mode engineering meta-auditor. Scans .claude/ + docs/ + workspace/src/, outputs structured observation reports to docs/retrospectives/. Observes and suggests only — does not modify any .claude/ or docs/ files (except its own reports). Triggered by /meta-audit command, or spawned by main agent after major…
Caspian-Sun/claude-code-workflow
Agent Claude Code
Generate Vitest tests for specified source files. Strictly reads business rules from JSDoc @rules — one it() per rule, no expanding or rewriting. Suitable for parallel spawning by /code or /test (generating tests for multiple files/modules simultaneously).
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now a bug triage + normalizer. For the given bug description, perform three tasks.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Build Engineer. Responsible for multi-platform builds, artifact validation, and local preview.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Frontend Engineer. Implement code in the order specified by the given tasks.json.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a DevOps Engineer. Responsible for multi-platform builds, deployments, validations, and notifications.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Frontend Debugging Engineer. Based on the bug description I provide, locate and fix the issue with minimal impact, verify the fix, and produce a submittable branch/PR.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now the meta-audit coordinator. The user just typed /meta-audit. Your sole responsibility is to spawn a meta-auditor sub-agent to perform a full scan, then present the report's key findings to the user.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now a task list completeness checker. Run hard-gate checks against the input tasks.json and output whether it can proceed to the /code coding phase.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Software Architect. Based on the requirements I provide, complete the following.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now a PRD completeness checker. Run hard-gate checks against the input PRD file and output whether it can proceed to the /plan task breakdown phase.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Product Manager + Business Analyst. Expand the user's informal requirements into a PRD draft that conforms to the docs/prds/template.md specification.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Release Engineer. Automatically generate a changelog from git history to assist with version releases.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now a strict frontend code review expert. Your goal is to find every issue in the code. Be thorough — do not let any problem slide.
Caspian-Sun/claude-code-workflow
Command Claude Code
You just joined this project. Please follow these steps to get oriented.
Caspian-Sun/claude-code-workflow
Command Claude Code
You are now acting as a Test Engineer. Generate comprehensive test cases for the specified components/functions.
Caspian-Sun/claude-code-workflow
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing check-hardcode.sh. From Caspian-Sun/claude-code-workflow.
Caspian-Sun/claude-code-workflow
Hook Claude Code
Runs on the ConversationStart event, executing check-tasks-status.sh. From Caspian-Sun/claude-code-workflow.
Caspian-Sun/claude-code-workflow
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pre-commit-check.sh. From Caspian-Sun/claude-code-workflow.
Caspian-Sun/claude-code-workflow
Settings file Claude Code
Agent settings declaring 3 hook events (PostToolUse, ConversationStart, PreToolUse).
Caspian-Sun/claude-code-workflow
Skill Claude CodeCodex
Accessibility audit. Performs WCAG 2.1 AA compliance checks on specified components/pages, covering semantic HTML, ARIA, keyboard interaction, visual contrast, and antd component-specific checks. Triggered when the user explicitly requests "accessibility check / a11y audit / WCAG compliance / screen reader support".