Skip to content

Releases: Launchery/myworkflow

v2.0.0 — Extensibility

06 Apr 17:45

Choose a tag to compare

What's New

Custom Stage Definitions

Define project-specific workflow stages beyond the built-in 15. Custom stages get their own /wf.<id> commands, preconditions, governance, and artifact tracking.

Stage Templates Library

8 pre-built templates across 6 categories: security, performance, accessibility, deployment, compliance, quality.

Workflow Report Exporter

Export feature reports as Markdown or HTML with stage timelines, gate summaries, and artifact listings.


3 new tools: wf_custom_stage_define, wf_template_list/wf_template_apply, wf_report_export
8 stage templates: security-review, perf-benchmark, a11y-audit, staging-deploy, compliance-check, docs-generation, integration-test, release-prep

Full Changelog: v1.0.0...v2.0.0

v1.1.0 — Workflow Examples

06 Apr 11:32

Choose a tag to compare

What's New

  • 4 workflow examples covering real scenarios:
    • Greenfield CLI tool — starting a new project from scratch
    • Bugfix regression — systematic fix with workflow stages
    • Refactor command router — restructuring without breaking changes
    • Multi-contributor handoff — coordinating across team members
  • New docs/examples/ directory with indexed scenarios
  • README updated with examples section

Full Changelog: v1.0.0...v1.1.0

v1.0.0 — First Public Release

04 Apr 22:53

Choose a tag to compare

myworkflow v1.0.0

Deterministic, stage-driven workflow for AI-assisted development in OpenCode.

What's Included

  • 15 workflow stages: discover → spike → arch → spec → plan → tasks → tooling → dispatch → implement → review → finish-branch → project-report → human-qa → debug → finish-report
  • 6 service commands: status, resume, gates, history, approve, reject
  • Stage gating with mandatory HR outcome recording
  • Governed stages with enforced HR approval (arch, spec, plan, tasks, tooling)
  • Deterministic dispatch/runner for stages 8/9
  • Task passport schema validation before dispatch
  • Skill collision resolver with interactive source selection
  • Artifact tracking per feature and stage
  • State persistence across sessions

Quick Start

git clone https://github.com/Launchery/myworkflow.git
cd myworkflow/.opencode
bun install
bunx tsc --noEmit
bun test

Then open OpenCode in the project and start with /wf.discover.