Refines blog post artifacts (spec, outline, draft) using review feedback or direct input, applies targeted improvements by type, removes review section, resets status to draft, and updates index.md.
From blog-workflownpx claudepluginhub arustydev/agents --plugin blog-workflow<path> ["feedback"]post//refineRefines existing CLI harness for software at <software-path> by analyzing gaps in coverage and adding new commands/tests, optionally focusing on specific features.
/refineRefines existing cli-anything-web CLI: performs gap analysis, records new traffic with Playwright or DevTools, implements missing endpoints, updates tests and REPL help.
/refineRefines an existing writer skill by analyzing additional writing samples and updating the voice profile. Provide path to skill directory.
/refineAnalyzes existing PRD for gaps using a section checklist, generates markdown gap analysis, and refines via targeted interactive questions.
/refineRefines an existing plan by loading it, applying changes like updated requirements or solutions, showing before/after comparison, and saving the updated plan.
Update a post artifact (spec, outline, or draft) based on review feedback. Removes the ## Review section after applying fixes and resets status to draft for re-review.
Read - Load artifact and reviewEdit - Apply changesLoad artifact at {{path}}
Detect artifact type from frontmatter
Load feedback:
--feedback provided, use that## Review section from artifactLoad persona (for voice consistency on drafts)
Apply improvements:
For post-spec:
For post-outline:
For draft:
Remove ## Review section
Reset status -> draft (for spec/outline)
Update updated timestamp
Self-review (fail items only):
Update index.md with status change
Refined: content/_drafts/kubernetes-migration-tutorial-basics.md
Changes applied:
- Added kernel version requirements to Prerequisites section
- Expanded edge case discussion in Step 3
- Adjusted Setup section (-50 words, was over estimate)
- Maintained practitioner voice throughout
Word count: {{new}} (was {{old}})
Status reset to: draft
Next: Run `/blog/post/review content/_drafts/kubernetes-migration-tutorial-basics.md`
| Condition | Error Message | Resolution |
|---|---|---|
| No feedback found | "No feedback found. Provide --feedback or run review first" | Run review or provide feedback |
| Artifact not found | "Artifact not found at {{path}}" | Verify path |
| Persona missing | "Cannot verify voice without persona '{{slug}}'" | Create or update persona reference |
# Refine based on review section
/blog/post/refine content/_projects/kubernetes-migration/post/tutorial-basics/spec.md
# Refine draft
/blog/post/refine content/_drafts/kubernetes-migration-tutorial-basics.md
# Refine with direct feedback
/blog/post/refine content/_drafts/kubernetes-migration-tutorial-basics.md --feedback "Make the introduction more engaging"