Install
$ agentstack add skill-luckyonetwothree-vibe-skill-activation-orchestrator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
User Activation Orchestrator
Core Principles
Aha Moment is the starting point of user retention
The essence of user activation is helping users reach the Aha Moment as quickly as possible -- the moment when users feel the product's core value. Activation without an Aha Moment is just process completion, not value delivery.
Orchestration Philosophy
- Aha Moment anchors Onboarding: Identify the Aha Moment first, then design the Onboarding path with the Aha Moment as the endpoint, ensuring guidance has a clear target
- Data flows from identification to design: Aha Moment arrival rate and path data directly drive Onboarding flow design
Orchestration Protocol
The orchestration protocol follows the unified standard in [orchestrator-protocol.md](../../../codex-templates/orchestrator-protocol.md).
Pipeline
pipeline: activation-orchestrator
version: 7.0
post_pipeline:
- action: stage-summary
output: output/phase-reports/pm-growth/activation-orchestrator.md
stages:
- id: phase-1
name: "Aha Moment Identification"
depends_on: []
skills: [activation-aha]
gate:
condition: "At least 1 Aha Moment candidate behavior produced, with retention lift and arrival rate data"
fail_action: "Expand behavior search scope"
- id: phase-2
name: "Onboarding Design"
depends_on: [phase-1]
skills: [activation-onboarding]
gate:
condition: "Onboarding paths and content designed for each user segment"
fail_action: "Supplement segment data or extend analysis period"
Stage Execution Plan
Invoke activation-aha
Invoke: ${activation-aha}
Input:
retention_data: analysis-retention -> retention_analysis.json
user_behavior_data: provided by user
user_segment_data: provided by user (optional)
Output: output/pm-growth/activation-aha/
Validation: Aha candidates pass correlation screening (>= 0.5) and significance testing; arrival rate analysis includes time distribution and path analysis; shortest path identification includes friction point analysis; Onboarding optimization recommendations directly executable
Mode: AI->Human
Invoke activation-onboarding
Invoke: ${activation-onboarding}
Input:
onboarding_data: provided by user
aha_moment_data: output/pm-growth/activation-aha/aha_moment.json
user_segment_data: provided by user (optional)
Output: output/pm-growth/activation-onboarding/
Validation: Onboarding stages defined completely (welcome -> activation complete); drop-off analysis covers each stage and user segment; personalized guidance matches user segments; A/B test includes guardrail metrics (subsequent retention, payment conversion)
Mode: AI->Human
Stage Summary (post_pipeline)
Follows the stage summary protocol in [orchestrator-protocol.md](../../../codex-templates/orchestrator-protocol.md).
| Parameter | Value | |------|-----| | Sub-Skill output path | output/pm-growth/ | | Summary output path | output/phase-reports/pm-growth/activation-orchestrator.md |
Downstream connections: primary: retention-orchestrator (user activation optimization complete, prevent user churn) alternatives:
- target: growth-orchestrator
reason: Activation is not the current bottleneck, revert to growth diagnosis for re-evaluation condition: Activation rate optimization results below expectations or activation not the current biggest bottleneck
- target: experiment-orchestrator
reason: Activation strategy needs A/B testing validation condition: Onboarding plan changes need quantitative verification special_cases:
- target: activation-aha
reason: Only need to identify Aha Moment, no full activation orchestration required condition: Already have Onboarding plan, only need to confirm Aha Moment
Stage Gates
| Gate | Condition | Failure Handling | |------|------|------------| | Aha Moment candidate identified | activation-aha-moment output file generated and non-empty | Expand behavior search scope | | Onboarding strategy generated | activation-onboarding output file generated and non-empty | Supplement segment data or extend analysis period | | Stage summary generated | output/phase-reports/pm-growth/activation-orchestrator.md generated and all 6 structural items non-empty | Supplement missing structural items and regenerate |
Human Decision Points
| Decision Point | Trigger Condition | Decision Content | |--------|----------|----------| | Aha Moment confirmation | Aha Moment candidate identification complete | Confirm primary Aha Moment selection and Onboarding path design |
Exception Handling
| Exception Type | Handling Strategy | |----------|----------| | No Aha Moment candidates pass screening threshold | Lower correlation threshold to 0.3 and re-search; if still no results, infer candidates based on product features, mark "pending data validation" | | Onboarding data completely missing | Design generic Onboarding framework based on Aha Moment data, mark "pending Onboarding data supplementation" | | Sub-Skill output validation not passed | Roll back to current stage and re-execute, max 1 retry; if still fails, mark as exception and escalate to human | | Upstream/downstream data format incompatible | Map fields per downstream sub-Skill input Schema and fill default values, record mapping relationships | | Stage summary generation failed | Generate partial summary based on completed sub-Skill outputs, mark missing items as "data missing", do not block orchestration completion |
Standalone Usage Input Acquisition Strategy
Standalone Trigger Scenario Identification
When this orchestrator is invoked directly (not through a parent orchestrator), it is considered a standalone trigger scenario. Typical trigger methods:
- User directly requests capabilities within this orchestrator's domain
- Triggered as an independent skill by external systems
- Parent orchestrator not executed, but user only needs this orchestrator's capability
Required Input Acquisition Strategy
| Required Input | Priority: Read from output/ | Fallback: Get from user conversation | Last Resort: AI knowledge base inference | |---------------|---------------------------|-------------------------------------|---------------------------------------| | PRD (prd.md) | Read output/pm-design/design-prd/prd.md | Ask user for PRD document or verbal requirements | Infer requirements from user description (low confidence, mark "PRD is AI-inferred") | | project_dir | — | Ask user for project directory path | Cannot infer, user must provide |
Upstream Orchestrator Auto-Backtracking
When critical required inputs are missing, suggest user execute upstream orchestrators in the following priority:
| Missing Input | Suggested Upstream Orchestrator | Description | |--------------|-------------------------------|-------------| | PRD | pm-design related orchestrator | PRD is the business basis for activation-orchestrator, missing will result in execution without business foundation | | Sub-skill outputs | Sub-skill execution | Sub-skills (activation-aha, activation-onboarding...) produce domain-specific outputs |
Backtracking suggestion output format:
Critical input missing detected, suggest executing upstream orchestrator first:
1. [Priority] pm-design related orchestrator -> Produces PRD
Continue with AI-inferred values? (Inferred values confidence =0.5 | When confidence project_dir validity -> Input confidence assessment
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [LuckyOneTwoThree](https://github.com/LuckyOneTwoThree)
- **Source:** [LuckyOneTwoThree/vibe-skill](https://github.com/LuckyOneTwoThree/vibe-skill)
- **License:** MIT
- **Homepage:** https://luckyonetwothree.github.io/all-skill-html/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.