Upgrade cto-fleet to the latest version. Pulls latest changes from git and re-runs setup to register any new skills. Use when asked to "upgrade cto-fleet", "update cto-fleet", "update team skills", or "pull latest team skills".
Generate draw.io diagrams as .drawio files, optionally export to PNG/SVG/PDF with embedded XML. Use when the user asks to create architecture diagrams, flowcharts, system diagrams, ER diagrams, sequence diagrams, or any visual diagram. Also use when converting ASCII art diagrams to proper visual formats, or when…
A team-based accessibility audit workflow that scans a project, reviews visual and interactive accessibility, applies fixes, and creates a WCAG compliance report.
A guided team process for researching, writing, reviewing, and saving an Architecture Decision Record (ADR)—a document explaining an important technical choice and why it was made.
A guided team process for turning API requirements into a design and standard schema. An API is the defined way that software systems exchange requests and data; the output can use REST, gRPC, or GraphQL formats.
An automated team of software analysts that examines a codebase and produces a structured architecture document with Mermaid diagrams. It can scan the project, compare independent analyses, combine their conclusions, and cross-check the result.
A team health analysis process that studies Git history and how project knowledge is distributed. It reports the bus factor—the number of people whose absence could seriously affect a part of the project—along with knowledge silos and workload balance.
A process for inspecting and improving CI/CD pipelines, which automatically build, test, and deploy code. It examines pipeline settings, compares independent analyses of build time and failure patterns, and can generate updated configuration.
A code-focused compliance audit process for checking whether a project meets selected security and privacy controls. Version 1 supports a subset of SOC 2 controls; SOC 2 is a framework organizations use to show that they protect customer data and operate reliable systems.
A coordinated bug-investigation process that reproduces an issue, compares two independent root-cause analyses, applies a test-driven fix, and verifies the result. Test-driven development means writing or using tests to guide the fix.
A dependency health-check workflow that scans the software libraries a project relies on and reviews their security and age. A dependency is an external package used by an application.
A coordinated review process for technical designs and RFCs, which are documents proposing how a system should work. It uses independent readers, a deliberate challenger, scoring, and a final decision.
A DORA metrics reporting workflow that uses version-control and CI data to assess how a software team delivers and recovers from changes. DORA metrics cover deployment frequency, delivery lead time, change failure rate, and recovery time.
A feature-flag review workflow that finds flags in a codebase and assesses how they are being used and maintained. A feature flag is a switch that turns a feature on or off without changing the code being deployed.
An internationalization audit workflow that checks whether an application is ready for multiple languages and writing directions, such as right-to-left scripts.
A Chinese-language incident-response workflow that coordinates several roles to classify an outage, investigate its cause, apply a fix, verify it, and summarize the result. An incident is an unexpected production problem or service failure.