From productize-all
Post-launch feedback loop. Use when the user needs a product workflow for business analysis related to post-launch feedback loop. Trigger terms: pm, feedback-loop, iteration, post-launch, continuous-improvement, business-analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/productize-all:post-launch-feedback-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED from SKILL.md.tmpl - do not edit directly -->
Before producing the artifact, implementation step, or code change, classify the work:
Operating rules:
AskUserQuestion: <one question> Why it matters: <decision it changes>.completed, blocked, deferred, or needs-review when runtime hooks are available.Artifact format policy:
$implementation-notes when the user asks for a running notes file, especially implementation-notes.html or implementation-notes.md.Runtime hooks, if available:
productize-workflow start "<user request>" at the beginning of durable product work; it restores context, routes the request, records the session, and returns the required artifact contract.productize-workflow complete --id <id> --status completed|blocked|deferred|needs-review --artifact-type <type> --summary <summary> before ending durable product work; it records the artifact, saves context, and logs completion status.productize-update-check --strict at the start of maintenance, setup, release, or generated-output work.productize-config to read or write user/team preferences such as persona, artifact mode, evidence threshold, or update-check policy.productize-session-log to record important workflow decisions.productize-artifact-log when a durable artifact is produced.productize-context-restore before restarting long-running product work from scratch.productize-context-save after producing a durable strategy, research, spec, or stakeholder artifact.productize-registry-search or productize-skill-router when routing is ambiguous.productize-completion-status to log whether the workflow completed, blocked, deferred, or needs review.Telemetry standard:
.productize/ or PRODUCTIZE_STATE_DIR.Current skill metadata:
post-launch-feedback-loopUse this skill to run the Productize prompt contract for Post-launch feedback loop.
{{PLACEHOLDER}} in the contract as an input to collect, infer, or mark as missing.GOAL, CONSTRAINTS, FORMAT, and FAILURE clauses exactly.INPUTS <provided_inputs>
GOAL Design a complete post-launch feedback loop system that turns product signals into prioritized iteration decisions. Success metric:
CONSTRAINTS
CURRENT_PROCESS, PRODUCT_CONTEXT, LAUNCH_TIMELINE, TEAM_STRUCTURE, and AVAILABLE_DATA_SOURCES.FORMAT Return exactly this structure:
<feedback_loop_framework> <current_state_assessment> [Existing feedback mechanisms, identified gaps, latency issues, and organizational silos/blockers] </current_state_assessment>
<checkpoint_calendar> <week_1_checkpoint>[Timeline, primary focus, key questions, data sources, success criteria, meeting/review details]</week_1_checkpoint> <month_1_checkpoint>[Timeline, primary focus, key questions, data sources, success criteria, meeting/review details]</month_1_checkpoint> <month_3_checkpoint>[Timeline, primary focus, key questions, data sources, success criteria, meeting/review details]</month_3_checkpoint> <month_6_checkpoint>[Timeline, primary focus, key questions, data sources, success criteria, meeting/review details]</month_6_checkpoint> <month_12_checkpoint>[Timeline, primary focus, key questions, data sources, success criteria, meeting/review details]</month_12_checkpoint> </checkpoint_calendar>
<measurement_framework> <quantitative_metrics> [Leading indicators table/list + lagging indicators table/list + technical health indicators with definition, target, source, frequency] </quantitative_metrics> <qualitative_insights> [User research schedule, support analysis method, sales/marketing feedback integration cadence] </qualitative_insights> <behavioral_monitoring> [Unexpected pattern detection, workaround identification, feature misuse tracking] </behavioral_monitoring> </measurement_framework>
<retrospective_process> <documentation_location>[Where learnings are stored and how they are indexed/retrieved]</documentation_location> <review_meeting_structure>[Attendees, duration, pre-work, agenda, outputs]</review_meeting_structure> </retrospective_process>
<iteration_planning_integration> <triage_framework> Critical Issues (Address Immediately):
High Priority (Next Sprint):
Medium Priority (Next Quarter):
Low Priority (Backlog):
FAILURE
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub itseffi/productize --plugin productize-all