AgentStack
SKILL verified Apache-2.0 Self-run

Meridian

skill-mattjaikaran-meridian-meridian · by mattjaikaran

A Claude skill from mattjaikaran/meridian.

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-mattjaikaran-meridian-meridian

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Meridian? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Meridian -- Unified Workflow Engine

Meridian is a SQLite-backed state machine for managing complex development workflows with deterministic resume, fresh-context subagents, and engineering discipline protocols.

Available Skills

  • audit-uat -- uat — Cross-Phase Verification Debt Audit
  • autonomous -- Hands-Free Execution
  • checkpoint -- Manual Save Point
  • complete-milestone -- milestone — Complete Milestone
  • config -- Workflow Configuration
  • dashboard -- Project Dashboard
  • debug -- Systematic Debugging
  • discuss -- Phase Discussion
  • dispatch -- Remote Agent Dispatch
  • do -- Freeform Command Router
  • execute -- Execution Engine
  • fast -- Inline Fast Task
  • freeze -- Edit Scope Lock
  • history -- Event Timeline
  • init -- Initialize Meridian in Current Project
  • insert-phase -- phase — Insert Phase Mid-Milestone
  • learn -- Execution Learning System
  • migrate -- Cross-Project Migration
  • next -- Advance to Next Workflow Step
  • note -- Quick Note Capture
  • pause -- Session Handoff
  • plan -- Planning Pipeline
  • pr-branch -- branch — Create Clean PR Branch
  • profile -- Developer Preference Profiling
  • quick -- Lightweight Quick Task
  • remove-phase -- phase — Remove Phase
  • report -- Session Report
  • resume -- Deterministic Resume
  • retro -- Structured Retrospective
  • revert -- Revert Completed Plan
  • review -- Two-Stage Code Review
  • roadmap -- Cross-Milestone Roadmap
  • scan -- Codebase Audit & Work Discovery
  • seed -- Backlog Seed Management
  • ship -- Commit + Push + PR
  • status -- Show Project Status
  • template -- Workflow Templates
  • thread -- Persistent Discussion Threads
  • validate -- Git State Validation
  • verify-phase -- phase -- Nyquist Compliance Check
  • workstream -- Multi-Track Parallel Work Management

Architecture

State is stored in .meridian/state.db (SQLite) in each project directory. The state machine enforces valid transitions and computes the next action deterministically.

Hierarchy

Project -> Workstream -> Milestone -> Phase -> Plan
                      (optional; milestones not in a workstream are ungrouped)

Phase Lifecycle

planned -> context_gathered -> planned_out -> executing -> verifying -> reviewing -> complete
                                                                         |
                                                                       blocked

Plan Lifecycle

pending -> executing -> complete
                     -> failed -> pending (retry)
                     -> paused -> executing

Scripts (Python, stdlib only)

  • scripts/db.py -- Schema init + migrations (v2: priority column)
  • scripts/state.py -- CRUD + transitions + next-action + auto-advancement + priority
  • scripts/resume.py -- Deterministic resume prompt generator
  • scripts/export.py -- SQLite -> JSON export for remote agents
  • scripts/dispatch.py -- Remote agent HTTP dispatch client
  • scripts/sync.py -- Bidirectional remote agent sync (pull status + push state)
  • scripts/metrics.py -- PM metrics: velocity, cycle times, stalls, forecasts, progress
  • scripts/board/ -- Pluggable board sync (kanban integration)
  • provider.py -- BoardProvider protocol and registry
  • cli.py -- CLI-based board provider (env-var configurable)
  • sync.py -- Sync bridge (called from phase transitions)
  • scripts/context_window.py -- Token estimation + checkpoint triggers
  • scripts/generate_commands.py -- Generate Claude Code command wrappers from skills

References

  • references/state-machine.md -- State transitions + rules + auto-advancement + priority
  • references/discipline-protocols.md -- TDD, debugging, verification, review
  • references/remote-agent.md -- Remote agent dispatch protocol
  • references/board-integration.md -- Pluggable board sync protocol

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.