Skip to content

Release: v0.1.0

Latest

Choose a tag to compare

@shinpr shinpr released this 04 Apr 11:18

Decompose requirements into implementation-ready tasks and register them in Linear, through interactive dialog with dependency graphs and Design Doc boundaries.

Highlights

  • Interactive quality gate — blocks decomposition when requirements are vague, incomplete, or untestable, and asks targeted clarification questions before proceeding
  • Structured task decomposition — produces typed tasks (value_unit, shared_prerequisite, adr) with explicit dependency graphs and per-service Design Doc scope
  • Linear integration — registers sub-issues with blocking relations, goals, assumptions, and key decisions directly in Linear via MCP
  • Dual-platform support — works with both Claude Code (plugin) and Codex CLI (npx linear-prism install)
  • Markdown fallback — generates draft files when Linear MCP is unavailable

Supported Inputs

  • Linear issue URL (e.g., https://linear.app/team/issue/ENG-123)
  • Local PRD / requirements file (e.g., docs/prd.md)

Installation

Claude Code

/plugin marketplace add shinpr/linear-prism
/plugin install linear-prism@linear-prism

Codex CLI

npx linear-prism install

Requirements

  • Claude Code or Codex CLI
  • Linear account with MCP access
  • Node.js >= 22
  • Git repository