zhixuan312
Community@zhixuan312
zhixuan312 maintains the ZZ platform skill suite: gated SDLC delivery flows, plugin evaluation pipelines, and multi-model delegation for Claude Code runtimes.
Agent Skills by zhixuan312
Showing 36 vetted skills indexed across 2 GitHub repositories.
zz-plugin-eval
Evaluates installed plugins through a five-stage locate, profile, define, judge, and report workflow.
zz-plugin-profile
Compute evidence blocks and conformance verdicts from plugin run traces without model calls.
zz-plugin-locate
Resolves a plugin's released version, content digest, skill versions, and declared tools for evaluation.
zz-plugin-define
Derives plugin-specific evaluation rubrics and gates scoring on human approval.
zz-migrate
Migrate an mma repository's journal and historical documents into the ZZ platform as knowledge nodes and sources.
zz-update
Updates all installed ZZ plugins by refreshing the marketplace and reporting version changes.
zz-access
Issues, replaces, and revokes personal platform access tokens and configures client setup.
zz-admin
Administer principals, teams, tokens, and enrolment links on the zz-stack platform.
sdlc-audit-criteria
Applies eleven prose failure modes to audit SDLC documents and returns structured JSON findings.
sdlc-spec
Facilitate decision interviews and write approved specification documents for delivery initiatives.
sdlc-plan-audit
Audits plan.md against prose failure modes and the plan's execution contract.
sdlc-research
Answers one external research question with cited sources across five perspectives.
sdlc-explore
Grounds raw ideas by dispatching parallel investigation, research, and recall workers into one explore.md.
sdlc-review
Review a finished change against ten release-safety failure modes and emit cited findings as JSON.
sdlc-flow
Routes software delivery initiatives through explore, spec, audit, plan, execute, review, and close stages.
sdlc-spec-audit
Audit spec.md against eleven prose failure modes and a seven-point specification contract.
sdlc-recall
Search the ZZ knowledge base and synthesize prior team decisions into a plain-English briefing.
sdlc-execute
Implements an approved plan by dispatching one subagent per task in plan order.
zz-router
Routes ZZ platform delivery requests to the correct installed flow and loads it.
zz-platform
Governs initiative and document lifecycle rules for every flow on the ZZ platform.
zz-handover
Converts a closed initiative's documents and telemetry into gated knowledge nodes and a handover document.
zz-deck
Convert existing prose documents into argument-driven HTML slide decks on a fixed visual system.
mma-research
Compile cited research sources from arxiv, semantic_scholar, github_search, and brave-search into a bibliographic report.
mma-context-blocks
Register large documents once and reference them by ID in mma-* calls.
Frequently Asked Questions About zhixuan312
FAQPage SchemaWhat tasks can I accomplish with zhixuan312's ZZ platform skills?▼
You can run gated software delivery (explore, spec, plan, execute, review), evaluate plugins against pre-agreed rulers, delegate codebase investigations and code reviews to workers, migrate mma repository history into knowledge nodes, and manage platform tokens, teams, and principals.
Who are these skills designed for?▼
Engineering teams running Claude Code locally who need structured delivery flows with human approval gates, platform administrators managing principals, teams, and PATs, and reviewers who want evidence-based plugin grading rather than ad-hoc opinions.
How do I install and run these skills?▼
Skills run inside local Claude Code runtimes as installed plugins. Use zz-update to refresh the marketplace and update installed plugins, zz-doctor to verify token reachability and plugin integrity, and invoke entry points like sdlc-flow, zz-plugin-eval, or zz-router.
What prerequisites do the SDLC skills require?▼
SDLC stage skills require a runtime that can dispatch subagents and reach the working tree directly. The flow is sequential: explore grounds the idea, spec and plan each require human approval and pass audits before execution, and zz-handover closes every initiative.
How does plugin evaluation prevent biased judgements?▼
zz-plugin-eval enforces five stages: locate pins the plugin version, profile computes run traces, define writes rulers.md that a person must approve before scoring, judge scores with a pinned external model, and report writes gated findings.md.