Loading...
Loading...
Artifact status + multi-phase orchestration. Scan what exists, check freshness, compose and track complex workflows across sessions. Not for skill routing (the agent does that proactively).
npx skill4agent add hungv47/meta-skills navigateNote: Skill routing (matching a user's goal to the right skills) is the agent's job — it reads skill descriptions and proposes matches proactively on every response. Navigate does NOT route. It provides artifact state awareness and persistent workflow tracking that the agent can't do implicitly.
status.agents/.agents/.md.agents/meta/skill:date:status:version:—.agents/meta/meta/review-chain-report.md/ship.agents/meta/out-of-scope/date:| Artifact | Skill | Date | Age | Status |
|----------|-------|------|-----|--------|
| product-context.md | icp-research | 2026-03-15 | 13d | ok |
| solution-design.md | solution-design | 2026-02-10 | 46d | STALE |.agents/orchestrate.agents/.agents/meta/out-of-scope/workflow-plan.md/navigate orchestrate---
skill: navigate
version: 1
date: [today]
status: in-progress
goal: "[user's goal]"
---
# Workflow: [Goal Title]
## Phases
### Phase 1: [Name]
- [ ] /[skill] -> [artifact]
**Decisions:**
- Mechanical: [auto-decided, not surfaced]
- Taste: [auto-decided, surfaced at checkpoint]
- User Challenge: [must ask before proceeding]
**Checkpoint:** [validation criteria]
### Phase 2: [Name]
- [ ] /[skill] -> [artifact]
**Decisions:**
- [same format]
**Checkpoint:** [validation criteria]
## Status
Current phase: 1
Next action: Run `/[first-skill] [context]`| Type | Behavior | Examples |
|---|---|---|
| Mechanical | Auto-decide silently — obvious from context, low risk | "Use the ORM already in the codebase", "Follow existing naming conventions" |
| Taste | Auto-decide but surface at phase checkpoint for user review | "Chose polling over WebSockets because latency requirements are relaxed", "Picked 3 personas instead of 2" |
| User Challenge | Always ask — never assume | "Should we support mobile?", "Which pricing tier to target?", "Build vs buy for auth?" |
### Phase 2: Architecture
- [ ] /system-architecture -> system-architecture.md
**Decisions:**
- Mechanical: tech stack (matches existing codebase)
- Taste: DB schema normalization level — will default to 3NF, surface at checkpoint
- User Challenge: self-hosted vs managed DB — must ask before proceedingdatefinaldraftPhase [N] Checkpoint: PASS / WARNING / BLOCKED--cross-project.agents/product-context.md <- /icp-research
|-> market-research.md <- /market-research --+
|-> problem-analysis.md <- /problem-analysis -+
| +-> solution-design.md <- /solution-design
| | |-> targets.md <- /funnel-planner -> experiment-*.md
| | |-> mkt/imc-plan.md <- /imc-plan -> mkt/content/ -> mkt/*.humanized.md
| | +-> system-architecture.md <- /system-architecture
| | +-> tasks.md <- /task-breakdown
| | +-> (execute) -> meta/review-chain-report.md <- /review-chain
| | +-> ship-report.md <- /ship
| | +-> deploy-verify-report.md <- /deploy-verify
|-> /discover (conversation context or spec.md) --+
|-> design/brand-system.md <- /brand-system
+-> design/user-flow.md <- /user-flow --> system-architecture.md, tasks.md| If missing/stale | Run | Because |
|---|---|---|
| | 12+ downstream skills depend on it |
| | Feed into |
| | Architecture, funnel, comms need it |
| No clarity on what to build (no conversation or spec) | | Need alignment before architecture |
| | Can't decompose without design |
| | Needs architecture first |
Phase 1: /discover (interactive conversation — optionally saves spec.md)
Phase 2: /system-architecture -> system-architecture.md
Phase 3: /task-breakdown -> tasks.md
Phase 4: (execution, /review-chain after critical tasks)
Phase 5: /code-cleanup + /technical-writer (parallel)
Phase 6: /ship -> ship-report.md
Phase 7: /deploy-verify -> deploy-verify-report.mdPhase 1: /icp-research -> product-context.md
Phase 2: /market-research + /problem-analysis (parallel)
Phase 3: /solution-design -> solution-design.md
Phase 4: /brand-system + /imc-plan + /funnel-planner (parallel)
Phase 5: /user-flow -> design/user-flow.md
Phase 6: /discover (interactive conversation)
Phase 7: /system-architecture -> system-architecture.md
Phase 8: /task-breakdown -> tasks.md + execution (/review-chain after critical tasks)
Phase 9: /ship -> ship-report.md
Phase 10: /deploy-verify -> deploy-verify-report.md
Phase 11: /content-create + /copywriting -> mkt/content/
Phase 12: /lp-optimization + /seo (parallel)Phase 1: /icp-research -> product-context.md
Phase 2: /market-research + /problem-analysis (parallel)
Phase 3: /solution-design -> solution-design.md
Phase 4: /funnel-planner -> targets.md
Phase 5: /experiment -> experiment-*.mdPhase 1: /icp-research -> product-context.md
Phase 2: /imc-plan -> mkt/imc-plan.md
Phase 3: /content-create -> mkt/content/
Phase 4: /copywriting -> mkt/content/*.copy.md
Phase 5: /humanize -> mkt/content/*.humanized.mdPhase 1: /icp-research -> product-context.md
Phase 2: /brand-system -> design/brand-system.md
Phase 3: /copywriting -> mkt/content/*.copy.md
Phase 4: /lp-optimization -> mkt/lp-optimization.md
Phase 5: /humanize -> mkt/content/*.humanized.mdPhase 1: /discover -> scope the decision (interactive)
Phase 2: /agent-room debate -> meta/agent-room-report.md
Phase 3: /system-architecture -> system-architecture.md/icp-researchproduct-context.md/task-breakdownsystem-architecture.md