Rosenfan

Matrix — Productivity skill for Claude Code

Productivity community

An evidence-based development workflow orchestrator for Claude Code skills.

How to install Matrix

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Rosenfan/Matrix and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Matrix does

An evidence-based development workflow orchestrator for Claude Code skills.

Alternatives in Productivity

  • Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★
  • MathModel Skill — Agent-native mathematical modeling workflow skills for Trae, Claude Code, and Codex, covering problem parsing 345 ★
  • Session Log — Log and track development sessions 289 ★

README

Matrix Workflow

An evidence-driven development workflow with Prim and Arch orchestration, inspired by [Comet](https://github.com/rpamis/comet). Matrix can work with its own capabilities or conditionally invoke a verified cohort of [Matt Pocock's agent skills](https://github.com/mattpocock/skills) without giving up lifecycle ownership.

English | **[中文](./README.zh-CN.md)**

Matrix Workflow


Table of Contents


Why Matrix

[Matt Pocock's skills](https://github.com/mattpocock/skills) provide focused capabilities such as `/grilling`, `/tdd`, and `/code-review`. Using independent tools without a lifecycle owner leads to common problems:

  • No process memory: You grill, then implement, but there's no record of what was decided
  • Phase confusion: Did we finish design? Are we in build? Hard to tell after context loss
  • Silent scope creep: Requirements change mid-build without returning to design
  • Missing evidence: "Looks done" without verification proof

Matrix solves this with one deterministic state machine, explicit phases, guard conditions, and artifact tracking — inspired by [Comet](https://github.com/rpamis/comet)'s phase-based approach. Skills can assist a phase, but Matrix always owns the lifecycle.


What It Does

Matrix provides two capability-orchestration modes over two centrally defined workflow profiles:

full:                    open → design → build → verify → archive
hotfix/tweak lightweight: open ─────────→ build → verify → archive

Prim: Matrix performs p