Skill Claude CodeCodex
A project-scanning skill that records frontend coding rules, shared settings, request wrappers, and common methods in a FRONTPROJECTCONTEXT.md file.
Skill Claude CodeCodex
A project-scanning skill that records frontend coding rules, shared settings, request wrappers, and common methods in a FRONTPROJECTCONTEXT.md file.
Command Claude Code
A command that scans a Java/Spring Boot backend and creates a backend-context.md file describing its coding conventions and project context.
Command Claude Code
A command for fixing bugs found during development through the SDD bug-fix workflow.
Command Claude Code
A command for running end-to-end acceptance tests with Playwright. End-to-end tests check a complete user flow across the application.
Command Claude Code
A command that scans a frontend project and creates a frontend-context.md file describing its coding conventions and project context.
Command Claude Code
A command that applies frontend coding standards as part of an SDD frontend change.
Command Claude Code
A command for managing the SDD Workflow, including its installation, updates, status checks, and removal.
Command Claude Code
A command that creates a Spring Boot Java project scaffold following Alibaba's Java development guidelines.
Command Claude Code
A command for performing a structured audit of a PRD, or product requirements document. A PRD describes what a product or feature should do.
Command Claude Code
A command for synchronizing project specifications after a product requirements document changes. A PRD is a document describing what a product or feature should do.
Command Claude Code
A command that deeply scans business code and builds function-level knowledge of how it works. Business code is the part of an application that implements its domain rules and operations.
Command Claude Code
A command that starts the project's SDD development workflow and begins its initial conversation setup, called G0.
Command Claude Code
A command that creates functional test cases from requirements that have already passed review. Functional tests check whether a feature behaves as expected from a user or system perspective.
Command Claude Code
A command for designing, generating, and running unit tests. Unit tests check small pieces of code, such as individual functions, in isolation.
Command Claude Code
A command that creates a starter Vue 3, Vite, and TypeScript project for a mobile web app. A starter project provides the initial files and setup needed to begin development.
Skill Claude CodeCodex
A software development workflow called SDD, installed into a project with shared instructions for coding stages and reviews. It creates project instruction files, including one that Claude Code can read automatically.
Skill Claude CodeCodex
A skill that scans a Java Spring Boot back-end project and records its coding rules, architecture, shared utilities, middleware, and data models in BACKENDPROJECTCONTEXT.md.
Skill Claude CodeCodex
A skill that runs end-to-end tests with Playwright after all SDD workflow modules are archived. End-to-end tests check a complete user flow across the running application.
Skill Claude CodeCodex
A set of rules for writing, changing, and reviewing front-end code. It must also be used before claiming the work is finished or submitting code.
Skill Claude CodeCodex
A Spring Boot project starter that follows Alibaba’s Java development guidelines and includes project conventions. Spring Boot is a Java framework for building applications and services; DDD, or domain-driven design, organizes software around business concepts.
Skill Claude CodeCodex
A structured reviewer for product requirements documents, or PRDs, which are documents describing a product or feature’s intended behaviour.
Skill Claude CodeCodex
A code-scanning tool that builds function-level knowledge cards, call graphs, module maps, and requirement documents from an existing codebase. A call graph shows which functions call one another.
Skill Claude CodeCodex
A functional test-case designer that turns approved requirements or design documents into structured QA test cases. QA, or quality assurance, is the process of checking that software works as intended.
Skill Claude CodeCodex
A tool that designs, generates, runs, and reports on unit tests, either from test-case documents or directly from requirements and source code. Unit tests check small pieces of code in isolation.