Skip to content

Releases: anombyte93/prd-taskmaster

v3.0.0 - Codification Refactor

12 Feb 01:49

Choose a tag to compare

What Changed

Codification Refactor

  • Extracted all deterministic operations into script.py (37KB, 10 subcommands)
  • Reduced SKILL.md from 1,343 lines to 303 lines (78% reduction)
  • All script commands output JSON for clean AI-script interface

New Files

  • script.py — preflight, validate-prd, calc-tasks, gen-test-tasks, gen-scripts, log-progress, and more
  • install.sh — curl one-liner installer with update checking
  • SKILL.md.pre-codify — backup of pre-codification SKILL.md for reference

Community

  • Added CODE_OF_CONDUCT.md (Contributor Covenant)
  • Added CONTRIBUTING.md
  • Added GitHub issue templates (bug report, feature request)

Install / Update

curl -fsSL https://raw.githubusercontent.com/anombyte93/prd-taskmaster/master/install.sh | bash