{
  "markdown": "# Waves™ Plugin for Claude\n\nProduct development framework for the AI agent era — from idea validation to production delivery.\n\nWorks with **Claude Code** and **Claude Desktop (Cowork mode)**.\n\n## Install\n\n### Option 1: Marketplace (recommended)\n\nAdd the marketplace and install:\n\n```bash\nclaude plugin marketplace add exovian-developments/waves-cowork-plugin\nclaude plugin install waves\n```\n\nUpdates are automatic when the marketplace is refreshed.\n\n### Option 2: Direct install from GitHub\n\n```bash\nclaude plugin install exovian-developments/waves-cowork-plugin\n```\n\n### Option 3: Download .plugin file\n\nDownload `waves.plugin` from [Releases](https://github.com/exovian-developments/waves-cowork-plugin/releases) and open it in Claude Desktop.\n\n## What's new in 3.1\n\n- **waves_kernel** — every deterministic rail (validation, gate evaluation, stub detection, artifact merge, relations queries) extracted into a self-contained AGPL CLI (`kernel/`). Products embed it by copying the directory.\n- **Collaboration substrate** — `waves-merge`, a git merge driver for Waves artifacts (per-field merge, union-by-id, per-field last-write-wins: two people editing the same artifact on branches never see `<<<<<<<`), plus a `pre-commit` backstop that validates staged artifacts from ANY editing surface with delta semantics (only NEW errors block).\n- **`waves_files/`** — the artifacts directory has a brand-prefixed canonical name (formerly `ai_files/`, still recognized as fallback). `/waves:upgrade` is the single door: it detects any older layout and chains every migration needed, idempotently.\n\n## What it does\n\nWaves gives Claude the complete product lifecycle:\n\n- **Feasibility** → Validate your idea with Monte Carlo and Bayesian analysis\n- **Foundation** → Compact feasibility into validated facts\n- **Blueprint** → Define the product: capabilities, flows, rules, metrics\n- **Roadmap** → Plan delivery in phases with milestones\n- **Logbook** → Track implementation with objectives and session continuity\n\nIt supports **software** projects (any language/framework), **general** projects (academic, creative, business), and **agentic** projects (orchestrations of subagents with skills, hooks, tools, state contracts and pipelines — empirically validated with 3 cases). Includes `governing_principles` as the universal anchor of the organizational governance chain (company_blueprint → ecosystem rules → local rules → logbooks).\n\n## Commands\n\n| Command | Description |\n|---------|-------------|\n| `/project-init` | Set up preferences and project context (start here) |\n| `/feasibility-analyze` | Pre-blueprint feasibility with Monte Carlo and Bayesian projections |\n| `/foundation-create` | Compact feasibility into validated facts for blueprint |\n| `/blueprint-create` | Create complete product blueprint from foundation |\n| `/manifest-create` | Analyze your project and create a comprehensive manifest |\n| `/manifest-update` | Detect changes and update the manifest |\n| `/rules-create` | Extract coding rules or define standards |\n| `/rules-update` | Update rules based on code changes |\n| `/roadmap-create` | Create roadmap with phases, milestones, and dependencies |\n| `/roadmap-update` | Update roadmap progress and decisions |\n| `/logbook-create` | Start a development logbook for a ticket or task |\n| `/logbook-update` | Track progress and add context entries |\n| `/objectives-implement` | Implement objectives with automatic code auditing |\n| `/resolution-create` | Generate a resolution document from a completed logbook |\n| `/user-pref-create` | Advanced preferences setup |\n| `/user-pref-update` | Modify existing preferences |\n\n## Getting started\n\n### New product (from scratch)\n\n1. Run `/project-init`\n2. Run `/feasibility-analyze`\n3. Run `/foundation-create`\n4. Run `/blueprint-create`\n5. Run `/roadmap-create`\n6. Run `/logbook-create` for each ticket\n\n### Existing project\n\n1. Run `/project-init`\n2. Run `/manifest-create`\n3. Run `/rules-create`\n4. Run `/logbook-create` for each ticket\n\n## Framework documentation\n\nFor the full Waves™ Framework specification, see [exovian-developments/waves](https://github.com/exovian-developments/waves).\n\n## Version\n\nv1.3.1 — Aligned with Waves™ Framework v1.3.1\n\n## License\n\nAGPL-3.0-or-later\n",
  "bytes": 4247,
  "sha": "ffd63d4a866697950093a0310d907115d8d80ca62101667f8f9b3471f81a43c1",
  "repo_slug": "exovian-developments/waves-cowork-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_exovian_developments_waves_cowork_plugin_de72be2c/readme"
}