원클릭으로
linear-explore-feature
Identify high-value next features using architecture artifacts, code signals, and active OpenSpec context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Identify high-value next features using architecture artifacts, code signals, and active OpenSpec context
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Execute roadmap items iteratively with policy-aware vendor routing and learning feedback
Orchestrate the full plan-review-implement-validate-PR lifecycle with multi-vendor review convergence
OpenBao/Vault credential seeding and management scripts
Comprehensive project health diagnostic — collects signals from CI tools, existing reports, deferred issues, and code markers into a prioritized finding report
Generate changelog entries and suggest semantic version bumps from git history
HTTP fallback bridge for coordinator when MCP transport is unavailable
SOC 직업 분류 기준
| name | linear-explore-feature |
| description | Identify high-value next features using architecture artifacts, code signals, and active OpenSpec context |
| category | Git Workflow |
| tags | ["openspec","discovery","architecture","prioritization","linear"] |
| triggers | ["explore feature","what should we build next","identify next feature","feature discovery","linear explore feature"] |
Analyze the current codebase and workflow state to recommend what to build next.
$ARGUMENTS - Optional focus area (for example: "performance", "refactoring", "cost", "usability", "security")
Use OpenSpec-generated runtime assets first, then CLI fallback:
.claude/commands/opsx/*.md or .claude/skills/openspec-*/SKILL.md.codex/skills/openspec-*/SKILL.md.gemini/commands/opsx/*.toml or .gemini/skills/openspec-*/SKILL.mdopenspec CLI commandsUse docs/coordination-detection-template.md as the shared detection preamble.
CAN_* flag is trueAt skill start, run the coordination detection preamble and set:
COORDINATOR_AVAILABLECOORDINATION_TRANSPORT (mcp|http|none)CAN_LOCK, CAN_QUEUE_WORK, CAN_HANDOFF, CAN_MEMORY, CAN_GUARDRAILSIf CAN_MEMORY=true, recall relevant history before analysis:
recall with tags like ["feature-discovery", "<focus-area>"]"<skill-base-dir>/../coordination-bridge/scripts/coordination_bridge.py" try_recall(...)On recall failure/unavailability, continue normally and log informationally.
openspec list --specs
openspec list
Collect:
test -f docs/architecture-analysis/architecture.summary.json || make architecture
Use:
docs/architecture-analysis/architecture.summary.jsondocs/architecture-analysis/architecture.diagnostics.json (if present)docs/architecture-analysis/parallel_zones.jsonLook for:
Generate a ranked shortlist (3-7 items), each with:
low/med/high)score = impact*0.4 + strategic_fit*0.25 + (4-effort)*0.2 + (4-risk)*0.15low=1, med=2, high=3; S=1, M=2, L=3quick-win (high score, low effort/risk)big-bet (high potential impact with medium/high effort)add-, update-, refactor-, remove-)blocked-by dependencies (existing change-ids, missing infra, unresolved design decisions)/plan-feature now, or defer)For the top recommendation, include:
/plan-feature <description>/iterate-on-plan <change-id> if a related proposal existsWrite/update machine-readable discovery artifacts:
docs/feature-discovery/opportunities.json (current ranked opportunities)docs/feature-discovery/history.json (recent top recommendations with timestamps/status)Rules:
/prioritize-proposals can reference opportunities without text matching