@cliangdev/flux-plugin 0.2.0-dev.4f12f3f → 0.2.0-dev.71255d1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/manifest.json CHANGED
@@ -7,7 +7,8 @@
7
7
  "agent-creator",
8
8
  "epic-template",
9
9
  "flux-orchestrator",
10
- "prd-template"
10
+ "prd-writer",
11
+ "ux-ui-design"
11
12
  ],
12
13
  "agents": ["coder.md", "critic.md", "researcher.md", "verifier.md"],
13
14
  "hooks": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cliangdev/flux-plugin",
3
- "version": "0.2.0-dev.4f12f3f",
3
+ "version": "0.2.0-dev.71255d1",
4
4
  "description": "Claude Code plugin for AI-first workflow orchestration with MCP server",
5
5
  "type": "module",
6
6
  "main": "./dist/server/index.js",
@@ -39,10 +39,18 @@ This skill is automatically active when working in a Flux project. It provides c
39
39
  |---------|---------|
40
40
  | `/flux` | Project init, status, and workflow routing |
41
41
  | `/flux:linear` | Connect project to Linear (interactive setup) |
42
- | `/flux:prd` | Create or refine PRDs |
42
+ | `/flux:prd` | Create PRDs through discovery, research, and guided writing |
43
43
  | `/flux:breakdown` | Break approved PRD into epics and tasks |
44
44
  | `/flux:implement` | Implement tasks with TDD workflow |
45
45
 
46
+ ## Available Skills
47
+
48
+ | Skill | Purpose | Auto-loaded When |
49
+ |-------|---------|------------------|
50
+ | `flux:prd-writer` | PRD structure, templates, and quality guidelines | Creating or refining PRDs |
51
+ | `flux:epic-template` | Epic/task structure and breakdown patterns | Breaking down PRDs |
52
+ | `flux:agent-creator` | Guide for creating specialized subagents | Building new agents |
53
+
46
54
  ## Workflow States
47
55
 
48
56
  ```