By dipasqualew
Requirements tracking and checkpoint review tools for Claude Code sessions
Collect requirements from your agent sessions, use them for code reviews.
Add this marketplace to Claude Code:
/plugin marketplace add dipasqualew/vibereq
Then install the vibereq plugin:
/plugin install vibereq@vibereq-marketplace
Reviews your current branch changes against captured requirements from checkpoint transcripts.
Extracts requirements and intent from checkpoint conversation transcripts. Analyzes what the user wanted to achieve and commits structured intent files to the checkpoint branch.
/vibereq:extract-intent analyzes those transcripts to extract user requirements/vibereq:review-checkpoints compares your code changes against those requirementsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimProvides tooling for agents to produce meaningful demos of their work
npx claudepluginhub dipasqualew/vibereq --plugin vibereqCross-agent skills and commands powered by Entire
Multi-LLM implementation review for verifying code matches spec, identifying gaps, and tracking completion state. Supports Opus, GPT, and Gemini in parallel.
Context-Driven Development: draft specs and plans before implementation. Structured workflows for features and fixes.
対話コンテキストのexport/importスキル。会話で共有された目的・意図・設計判断・制約条件を .dev/contexts/ に書き出し、別セッションやレビューで読み込む。1対多のコンテキスト共有により、複数のsub PRをまとめたfeature PRのレビューやコードの自動改善に便利。
Pre- and post-implementation validation with parallel subagents: /replan validates plans before execution, /recheck verifies implementations match the plan
Git-as-knowledge-graph workflow for traceability across issues, branches, commits, reviews, and PRs.