{
  "name": "task-pipeline-skill",
  "version": "1.87.0",
  "description": "Full-cycle delivery pipeline for coding agents: a mandatory built-in intake grill, then 10 gated stages (docs, brainstorm+decompose, spec, plan, build, tests, lint/deploy, post-deploy, docs/wiki, acceptance). Every stage's doctrine ships inside the skill — no companion plugin required. This package is the installer CLI.",
  "bin": {
    "task-pipeline": "bin/task-pipeline.js"
  },
  "scripts": {
    "test": "python3 test/validate.py && python3 test/graph_test.py && python3 test/project_audit_test.py && python3 test/packet_schema_test.py && python3 test/browser_claims_test.py && npm run test:audit-regressions",
    "test:all": "python3 test/validate.py && python3 test/graph_test.py && python3 test/project_audit_test.py && python3 test/packet_schema_test.py && python3 test/browser_claims_test.py && python3 test/negatives.py && npm run test:certify && npm run test:exposure && npm run test:probe && npm run test:anchors && npm run test:runner && npm run test:hooks && npm run test:artifacts && npm run test:docs && npm run test:audit-regressions",
    "test:negatives": "python3 test/negatives.py",
    "test:exposure": "python3 test/exposure_test.py",
    "test:probe": "python3 test/probe.py --self-test",
    "test:anchors": "python3 test/anchors_test.py && python3 test/anchors.py",
    "test:runner": "python3 test/runner_test.py",
    "test:hooks": "python3 test/release_gate_test.py",
    "test:artifacts": "python3 test/artifact_root_test.py && python3 test/migrate_artifacts_test.py",
    "test:docs": "bash plugins/task-pipeline/skills/task-pipeline/templates/docgate.sh",
    "test:certify": "python3 test/certify_mutations.py",
    "test:audit": "python3 test/project_audit_test.py",
    "test:audit-regressions": "for t in test/audit_regressions/*.py; do python3 \"$t\" || exit 1; done"
  },
  "files": [
    "bin",
    "plugins",
    "cursor",
    "evals",
    "README.md",
    "HOW-IT-WORKS.md",
    "SKILL-CARD.md",
    "LICENSE",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "CODE_OF_CONDUCT.md"
  ],
  "repository": "github:ssheleg/task-pipeline",
  "homepage": "https://skills.sshlg.me/skills/task-pipeline/",
  "bugs": "https://github.com/ssheleg/task-pipeline/issues",
  "license": "MIT",
  "author": {
    "name": "ssheleg",
    "url": "https://x.com/sshlg93"
  },
  "engines": {
    "node": ">=16"
  },
  "keywords": [
    "pipeline",
    "workflow",
    "orchestrator",
    "tdd",
    "deploy",
    "spec-driven",
    "self-contained",
    "claude-code",
    "skill"
  ]
}
