openup-inception
Initialize and manage Inception phase activities - define scope, vision, and feasibility
Best use case
openup-inception is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Initialize and manage Inception phase activities - define scope, vision, and feasibility
Teams using openup-inception should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/openup-inception/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How openup-inception Compares
| Feature / Agent | openup-inception | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Initialize and manage Inception phase activities - define scope, vision, and feasibility
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Inception Phase This skill guides you through the Inception phase of OpenUP - defining scope, vision, and feasibility. ## When to Use Use this skill when: - Starting a new project and need to define scope and vision - Need to identify key stakeholders and risks - Preparing to move from idea to validated business case - Checking if Inception phase is complete - Getting guidance on next steps in Inception ## When NOT to Use Do NOT use this skill when: - Currently in Elaboration, Construction, or Transition phase (use appropriate phase skill) - Need to create specific artifacts like vision documents or use cases (use artifact skills) - Already have clear vision and architecture baseline (move to Elaboration) - Looking for iteration planning (use `/openup-create-iteration-plan`) ## Success Criteria After using this skill, verify: - [ ] Phase status is clearly understood (initiated, in-progress, or complete) - [ ] Key artifacts are identified or created (vision, risk list, roadmap) - [ ] Next steps are clearly defined - [ ] Stakeholders and risks are documented ## Inception Overview **Goal**: Understand what to build and identify key risks **Duration**: Typically 2-4 weeks **Key Milestone**: Lifecycle Objectives ## Phase Objectives 1. Define the project's vision 2. Understand the problem to be solved 3. Identify key stakeholders 4. Define initial scope 5. Identify major risks 6. Demonstrate viability with a business case ## Completion Criteria - [ ] Vision document approved by stakeholders - [ ] Key use cases identified (20-30% detailed) - [ ] Major risks documented with mitigation strategies - [ ] Initial project plan with cost/schedule estimates - [ ] Business case demonstrates viability - [ ] Stakeholder agreement to proceed ## Process ### 1. Read Project Status Read `docs/project-status.md` to: - Confirm phase is `inception` - Check iteration goals - Review active work items ### 2. Based on Activity **`initiate`**: Start Inception phase - Update `docs/project-status.md` to set `phase: inception` - Create initial `docs/vision.md` from template - Create initial `docs/risk-list.md` from template - Create `docs/roadmap.md` with initial backlog **`check-status`**: Review progress - Check all completion criteria above - List what's done and what remains - Identify blockers **`next-steps`**: Get recommendations - Suggest next tasks based on current state - Prioritize by dependencies and value ## Key Work Products - **Vision** (`docs/vision.md`) - Project vision and scope - **Use Cases** (`docs/use-cases/*.md`) - Key use cases - **Risk List** (`docs/risk-list.md`) - Identified risks - **Project Plan** (`docs/project-plan.md`) - Initial plan - **Glossary** (`docs/glossary.md`) - Project terminology ## Recommended Team For Inception phase work, create a team with: - **analyst** - Lead requirements and vision - **project-manager** - Plan and coordinate - Add **architect** for technical feasibility assessment ## References - Inception Phase: `docs-eng-process/openup-knowledge-base/practice-management/risk_value_lifecycle/guidances/concepts/phase-inception.md` - Analyst Role: `docs-eng-process/openup-knowledge-base/core/role/roles/analyst-6.md` - Vision Template: `docs-eng-process/templates/vision.md` ## See Also - [openup-create-vision](../../openup-artifacts/create-vision/SKILL.md) - Generate vision document - [openup-shared-vision](../../openup-artifacts/shared-vision/SKILL.md) - Create shared technical vision - [openup-create-risk-list](../../openup-artifacts/create-risk-list/SKILL.md) - Create risk assessment - [openup-elaboration](../elaboration/SKILL.md) - Next phase after Inception - [openup-start-iteration](../../openup-workflow/start-iteration/SKILL.md) - Begin iteration planning
Related Skills
openup-transition
Initialize and manage Transition phase activities - deploy to users
openup-tdd-workflow
Guide Test-Driven Development cycle adapted for AI agents with a pragmatic approach
openup-sync-spec
Back-propagate pure refactors to stale artifacts; classify the diff, refuse behaviour-changes, propose targeted edits for approval (read-only by default)
openup-start-iteration
Begin a new OpenUP iteration with proper phase context and task selection
openup-shared-vision
Create shared technical vision for team alignment
openup-retrospective
Generate iteration retrospective with feedback and action items
openup-request-input
Create an input request document for asynchronous stakeholder communication
openup-readiness
Compute the change-folder dependency DAG and print READY/BLOCKED/collision report for PM intake
openup-quick-task
Fast iteration mode for small changes - simplified workflow with minimal overhead
openup-plan-feature
Generate iteration plan and roadmap entry for a feature idea
openup-phase-review
Check phase completion criteria and prepare for phase review
openup-orchestrate
Run a full orchestrated iteration — PM decomposes the goal, delegates to specialist roles, collects outputs, and synthesizes results