
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Use when performing a cybersecurity audit, security review, OWASP Top 10 compliance check, vulnerability assessment, or preparing for a penetration test on a Node.js/Express/React application.
Use when the user requests an adversarial review, red-team review, devil's advocate check, or independent verification pass before archiving an OpenSpec change.
Analyze and synchronize agent skill exposure after ai-specs skill changes (additions, removals, renames). Use when skills are added/removed in ai-specs and .claude/skills and .cursor/skills must stay aligned through symlinks.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Run N feature tasks in parallel, each in its own worktree, following the full specboot pipeline (enrich → new → ff → apply → verify). Stops after verify — no archive, no commit, no cleanup. Explicit task arguments override `parallel-tasks.md`; file is fallback only.
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback
Use when the user asks "show me X", "demo X", "walk me through X", "how X works" or requests a live feature demonstration from a spec, feature or ticket.
Rewrite prompts using prompt-engineering best practices for precise and complete results.
Identify and update required technical documentation based on implemented changes.
Analyze and enhance Jira user stories with complete, implementation-ready technical detail.
Create focused commits and pull requests following repository standards.
Teach underlying concepts with clear mental models to close skill gaps behind user questions.
Produce a backend implementation plan with DDD-aligned steps and verification criteria.
Implement backend Jira tickets end-to-end with tests, documentation updates, and PR creation.
Task-focused project skill.
Implement frontend tickets from design/specs using reusable React architecture and best practices.
Produce a frontend implementation plan with component architecture and delivery steps.