Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 01:05
· 39 commits to main since this release

v0.1.0

0.1.0 — 2026-05-11

Initial published release. Skill formalizes the workflow piloted in M1.2 (see references/origin.md).

Added

  • SKILL.md — 10-step per-phase workflow (brainstorm → research gate → revision pass → plan → branch + execute → dual-track smoke → handoff → PR → CI gate + Copilot loop → milestone-done).
  • references/cadence.md — 5-step per-task cadence (implementer → spec compliance review → code quality review → fixup → journal). Vertical-slice TDD discipline; controller anti-patterns.
  • references/brainstorm-research-protocol.md — per-question 7-step loop (frame → parallel research agents → 1st rec → blind 2nd verifier → compare → evidence-tag → surface), Mode A interactive / Mode B batch, verbatim recording mandate.
  • references/context-md.md — ubiquitous-language glossary (CONTEXT.md / CONTEXT-MAP.md) for DDD-style domain anchor. Adopted from Matt Pocock's grill-with-docs skill.
  • references/adr.md — Architectural Decision Records w/ 3-criteria gate (hard-to-reverse AND surprising AND real-tradeoff).
  • references/prd-template.md — optional product-facing PRD for user-facing phases with non-engineer stakeholders.
  • references/issue-breakdown.md — optional Step 4b: split plan into vertical-slice tracer-bullet issues w/ HITL/AFK labels.
  • references/diagnose-loop.md — 6-phase hard-bug discipline (feedback loop → reproduce → ranked falsifiable hypotheses → instrument → fix + regression → cleanup). Iron Law (no fix without root cause) + 3-Fix Rule.
  • references/smoke-tracks.md — dual-track smoke contract (Track A manual checklist + Track B Playwright/equivalent).
  • references/handoff-template.md — 8-section phase delivery doc + PR-body 3-section format.
  • references/findings-tier.md — S1/S2/S3 triage.
  • references/defer-vs-fix.md — triage rule for review findings.
  • references/copilot-review-loop.md — per-PR @copilot review trigger + per-finding inline-reply convention + fixup-commit pattern + Copilot stand-in for Pattern E.
  • references/ci-cd-gates.md — pre-commit / PR-time CI / branch protection gates + Pattern E (workflow-dispatch dormant + local R5 + code-reviewer stand-in) for account-billing-blocked PRs.
  • references/output-format.md — MD-canonical force list + HTML opt-in nodes + CLAUDE.md policy keys (html-policy / smoke-mode / domain-docs).
  • references/html-companion-template.md + references/html-companion-skeleton.html — structural pattern for HTML companions at spec/design and milestone-summary nodes.
  • references/document-indexing.md — TOC convention for long-lived append-only docs.
  • references/journal-schema.md — 6-section journal entry template.
  • references/research-gate.md — trigger list for when online research is required before deciding.
  • references/milestone-done.md — closing-the-milestone gate.
  • references/cost-aware-behaviors.md — per-token leverage rules + tool-adopt tiers (RTK / token-savior / caveman).
  • references/self-update-flow.md — how the AI updates this skill itself.
  • scripts/sync.sh — bridge between live (~/.claude/skills/project-lifecycle/) and repo (skills/project-lifecycle/).
  • scripts/validate.py — repo validator (marketplace + plugin JSON, SKILL.md frontmatter, reference link integrity, UTF-8).
  • .github/workflows/validate.yml + .github/workflows/release.yml — CI validate + tag-driven release.
  • .claude-plugin/marketplace.json + .claude-plugin/plugin.json — Claude Code plugin manifests.

Full history: see CHANGELOG.md

Full Changelog: https://github.com/Victoriakaey/project-life-cycle/commits/v0.1.0