By unfallenwill
Data Validation Plan composition assistant for clinical trial Data Management
Data Validation Plan (DVP) composition assistant for clinical trial Data Management.
DVP Composer is a Claude Code plugin designed for Data Managers at CROs and sponsors. It guides you through a structured, interactive workflow to compose a complete Data Validation Plan for clinical trials — from collecting protocol materials to generating a formatted Excel deliverable.
.xlsx with Check List, Summary, Revision History, and External Data Reconciliation sheets| Phase | Name | Description |
|---|---|---|
| 1 | Collection | Gather protocol, CRF, SAP and other input materials; understand study context |
| 2 | Scope & Strategy | Define validation scope, identify key variables and risk points, assign validation methods |
| 3 | Design Checks | Design specific, executable check rules for each data module |
| 4 | Alignment | Verify rules are correct, feasible, and not conflicting with existing systems |
| 5 | Draft | Compile all content into a structured DVP document and generate Excel output |
| 6 | Internal Review | Comprehensive review for completeness, consistency, and clarity |
When the workflow starts, 6 phase-level tasks are created with chained dependencies, giving you a full roadmap. As each phase begins, its sub-steps are broken down into individual tasks — so you always know what's done and what's next.
pip install openpyxlAdd the plugin to your Claude Code environment:
claude install-plugin /path/to/dvp-composer
Or copy the project directory into .claude-plugin/ in your working directory.
In Claude Code, use any of the following:
/dvp-composer
Or describe your need naturally:
Then follow the interactive prompts through each phase.
dvp-composer/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── CLAUDE.md # Claude Code instructions
├── README.md
└── skills/dvp-composer/
├── SKILL.md # Main skill definition & workflow orchestration
├── agents/
│ └── dvp-reviewer.md # Quality review agent for Phase 6
├── scripts/
│ └── generate_xlsx.py # Excel generation script
└── references/
├── stages/
│ ├── phase-1-collection.md # Phase 1 instructions
│ ├── phase-2-strategy.md # Phase 2 instructions
│ ├── phase-3-design.md # Phase 3 instructions
│ ├── phase-4-alignment.md # Phase 4 instructions
│ ├── phase-5-draft.md # Phase 5 instructions
│ └── phase-6-review.md # Phase 6 instructions
├── excel-spec.md # Excel output format specification
├── section-catalog.md # Standard DVP document structure
└── example-output.md # Example DVP output with sample checks
MIT
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
将 PRD 产品需求文档转化为 Coding Agent 可直接执行的精确实现规格文档
Conversational travel planning plugin with real-time data from flights, hotels, weather, and maps APIs
从代码库逆向分析 API 并生成 Postman 测试集:正向、反向、边界、安全用例
在修改 Python 文件后自动执行 ruff format 和 ruff check --fix
创意写作助手 — 分步协作创作,引导用户设定角色、情节、场景,分章节生成故事并保存为本地 Markdown 文件
npx claudepluginhub unfallenwill/dvp-composerComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.