@cliangdev/flux-plugin 0.2.0-dev.4f12f3f → 0.2.0-dev.8414d82

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/README.md CHANGED
@@ -36,7 +36,7 @@ The installer automatically:
36
36
  | Command | Purpose |
37
37
  |---------|---------|
38
38
  | `/flux` | Smart entry point - shows status and guides you to the next step |
39
- | `/flux:prd` | Create product requirements through guided interview |
39
+ | `/flux:prd` | Create PRDs through discovery, research, and guided writing |
40
40
  | `/flux:breakdown` | Break PRDs into epics and tasks with acceptance criteria |
41
41
  | `/flux:implement` | Implement tasks with TDD workflow |
42
42
 
@@ -143,7 +143,7 @@ Check your current version:
143
143
 
144
144
  ```bash
145
145
  rm -rf ~/.claude/commands/flux.md ~/.claude/commands/flux
146
- rm -rf ~/.claude/skills/agent-creator ~/.claude/skills/epic-template ~/.claude/skills/flux-orchestrator ~/.claude/skills/prd-template
146
+ rm -rf ~/.claude/skills/agent-creator ~/.claude/skills/epic-template ~/.claude/skills/flux-orchestrator ~/.claude/skills/prd-writer
147
147
  rm -f ~/.claude/flux-version
148
148
  # Edit ~/.claude.json and remove the "flux" entry from "mcpServers"
149
149
  ```
@@ -152,7 +152,7 @@ rm -f ~/.claude/flux-version
152
152
 
153
153
  ```bash
154
154
  rm -rf .claude/commands/flux.md .claude/commands/flux
155
- rm -rf .claude/skills/agent-creator .claude/skills/epic-template .claude/skills/flux-orchestrator .claude/skills/prd-template
155
+ rm -rf .claude/skills/agent-creator .claude/skills/epic-template .claude/skills/flux-orchestrator .claude/skills/prd-writer
156
156
  rm -f .claude/flux-version
157
157
  # Edit .claude.json and remove the "flux" entry from "mcpServers"
158
158
  ```