@nextsparkjs/ai-workflow 0.1.0-beta.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +86 -0
- package/claude/_docs/workflows-optimizations.md +359 -0
- package/claude/agents/api-tester.md +636 -0
- package/claude/agents/architecture-supervisor.md +1381 -0
- package/claude/agents/backend-developer.md +1021 -0
- package/claude/agents/backend-validator.md +417 -0
- package/claude/agents/bdd-docs-writer.md +737 -0
- package/claude/agents/block-developer.md +677 -0
- package/claude/agents/code-reviewer.md +1460 -0
- package/claude/agents/db-developer.md +721 -0
- package/claude/agents/db-validator.md +407 -0
- package/claude/agents/demo-video-generator.md +493 -0
- package/claude/agents/documentation-writer.md +1291 -0
- package/claude/agents/frontend-developer.md +1259 -0
- package/claude/agents/frontend-validator.md +777 -0
- package/claude/agents/functional-validator.md +630 -0
- package/claude/agents/mock-analyst.md +387 -0
- package/claude/agents/product-manager.md +971 -0
- package/claude/agents/qa-automation.md +1762 -0
- package/claude/agents/release-manager.md +634 -0
- package/claude/agents/selectors-translator.md +262 -0
- package/claude/agents/unit-test-writer.md +785 -0
- package/claude/agents/visual-comparator.md +329 -0
- package/claude/agents/workflow-maintainer.md +373 -0
- package/claude/commands/do/README.md +88 -0
- package/claude/commands/do/create-api.md +64 -0
- package/claude/commands/do/create-entity.md +66 -0
- package/claude/commands/do/create-migration.md +64 -0
- package/claude/commands/do/create-plugin.md +56 -0
- package/claude/commands/do/create-theme.md +70 -0
- package/claude/commands/do/mock-data.md +67 -0
- package/claude/commands/do/reset-db.md +71 -0
- package/claude/commands/do/setup-scheduled-action.md +75 -0
- package/claude/commands/do/sync-code-review.md +117 -0
- package/claude/commands/do/update-selectors.md +112 -0
- package/claude/commands/do/use-skills.md +90 -0
- package/claude/commands/do/validate-blocks.md +69 -0
- package/claude/commands/how-to/README.md +261 -0
- package/claude/commands/how-to/add-metadata.md +692 -0
- package/claude/commands/how-to/add-taxonomies.md +806 -0
- package/claude/commands/how-to/add-translations.md +571 -0
- package/claude/commands/how-to/create-api.md +577 -0
- package/claude/commands/how-to/create-block.md +575 -0
- package/claude/commands/how-to/create-child-entities.md +771 -0
- package/claude/commands/how-to/create-entity.md +597 -0
- package/claude/commands/how-to/create-migrations.md +605 -0
- package/claude/commands/how-to/create-plugin.md +654 -0
- package/claude/commands/how-to/customize-app.md +481 -0
- package/claude/commands/how-to/customize-dashboard.md +553 -0
- package/claude/commands/how-to/customize-theme.md +438 -0
- package/claude/commands/how-to/define-features-flows.md +632 -0
- package/claude/commands/how-to/deploy.md +507 -0
- package/claude/commands/how-to/handle-file-uploads.md +681 -0
- package/claude/commands/how-to/implement-search.md +1001 -0
- package/claude/commands/how-to/install-plugins.md +352 -0
- package/claude/commands/how-to/manage-test-coverage.md +984 -0
- package/claude/commands/how-to/run-tests.md +400 -0
- package/claude/commands/how-to/set-app-languages.md +601 -0
- package/claude/commands/how-to/set-plans-and-permissions.md +575 -0
- package/claude/commands/how-to/set-scheduled-actions.md +527 -0
- package/claude/commands/how-to/set-user-roles-and-permissions.md +550 -0
- package/claude/commands/how-to/setup-authentication.md +388 -0
- package/claude/commands/how-to/setup-claude-code.md +512 -0
- package/claude/commands/how-to/setup-database.md +274 -0
- package/claude/commands/how-to/setup-email-providers.md +598 -0
- package/claude/commands/how-to/setup-mobile-dev.md +627 -0
- package/claude/commands/how-to/start.md +455 -0
- package/claude/commands/how-to/use-devtools.md +639 -0
- package/claude/commands/how-to/use-superadmin.md +622 -0
- package/claude/commands/session/README.md +193 -0
- package/claude/commands/session/block-create.md +190 -0
- package/claude/commands/session/block-list.md +203 -0
- package/claude/commands/session/block-update.md +192 -0
- package/claude/commands/session/block-validate.md +218 -0
- package/claude/commands/session/close.md +146 -0
- package/claude/commands/session/commit.md +174 -0
- package/claude/commands/session/db-entity.md +206 -0
- package/claude/commands/session/db-fix.md +212 -0
- package/claude/commands/session/db-sample.md +206 -0
- package/claude/commands/session/demo.md +178 -0
- package/claude/commands/session/doc-bdd.md +207 -0
- package/claude/commands/session/doc-feature.md +218 -0
- package/claude/commands/session/doc-read.md +225 -0
- package/claude/commands/session/execute.md +204 -0
- package/claude/commands/session/explain.md +202 -0
- package/claude/commands/session/fix-bug.md +210 -0
- package/claude/commands/session/fix-build.md +182 -0
- package/claude/commands/session/fix-test.md +189 -0
- package/claude/commands/session/pending.md +232 -0
- package/claude/commands/session/refine.md +188 -0
- package/claude/commands/session/resume.md +192 -0
- package/claude/commands/session/review.md +192 -0
- package/claude/commands/session/scope-change.md +181 -0
- package/claude/commands/session/start-blocks.md +347 -0
- package/claude/commands/session/start.md +476 -0
- package/claude/commands/session/status.md +169 -0
- package/claude/commands/session/test-fix.md +221 -0
- package/claude/commands/session/test-run.md +203 -0
- package/claude/commands/session/test-write.md +242 -0
- package/claude/commands/session/validate.md +162 -0
- package/claude/config/context.json +54 -0
- package/claude/config/github.json +69 -0
- package/claude/config/github.schema.json +106 -0
- package/claude/config/team.json +46 -0
- package/claude/config/team.schema.json +106 -0
- package/claude/config/workspace.json +49 -0
- package/claude/config/workspace.schema.json +64 -0
- package/claude/scripts/.gitkeep +0 -0
- package/claude/sessions/.gitkeep +0 -0
- package/claude/skills/README.md +228 -0
- package/claude/skills/accessibility/SKILL.md +573 -0
- package/claude/skills/api-bypass-layers/SKILL.md +550 -0
- package/claude/skills/asana-integration/SKILL.md +499 -0
- package/claude/skills/better-auth/SKILL.md +666 -0
- package/claude/skills/billing-subscriptions/SKILL.md +660 -0
- package/claude/skills/block-decision-matrix/SKILL.md +359 -0
- package/claude/skills/clickup-integration/SKILL.md +434 -0
- package/claude/skills/core-theme-responsibilities/SKILL.md +485 -0
- package/claude/skills/create-plugin/SKILL.md +425 -0
- package/claude/skills/create-theme/SKILL.md +331 -0
- package/claude/skills/cypress-api/SKILL.md +511 -0
- package/claude/skills/cypress-api/scripts/generate-api-controller.py +329 -0
- package/claude/skills/cypress-api/scripts/generate-api-test.py +930 -0
- package/claude/skills/cypress-e2e/SKILL.md +526 -0
- package/claude/skills/cypress-e2e/scripts/extract-selectors.py +383 -0
- package/claude/skills/cypress-e2e/scripts/generate-uat-test.py +788 -0
- package/claude/skills/cypress-selectors/SKILL.md +309 -0
- package/claude/skills/cypress-selectors/scripts/extract-missing.py +243 -0
- package/claude/skills/cypress-selectors/scripts/generate-block-selectors.py +283 -0
- package/claude/skills/cypress-selectors/scripts/validate-selectors.py +145 -0
- package/claude/skills/database-migrations/SKILL.md +335 -0
- package/claude/skills/database-migrations/scripts/generate-sample-data.py +284 -0
- package/claude/skills/database-migrations/scripts/validate-migration.py +323 -0
- package/claude/skills/design-system/SKILL.md +682 -0
- package/claude/skills/documentation/SKILL.md +540 -0
- package/claude/skills/entity-api/SKILL.md +482 -0
- package/claude/skills/entity-system/SKILL.md +635 -0
- package/claude/skills/entity-system/scripts/generate-child-migration.py +298 -0
- package/claude/skills/entity-system/scripts/generate-metas-migration.py +233 -0
- package/claude/skills/entity-system/scripts/generate-migration.py +382 -0
- package/claude/skills/entity-system/scripts/generate-sample-data.py +418 -0
- package/claude/skills/entity-system/scripts/scaffold-entity.py +661 -0
- package/claude/skills/github/SKILL.md +467 -0
- package/claude/skills/i18n-nextintl/SKILL.md +302 -0
- package/claude/skills/i18n-nextintl/scripts/add-translation.py +243 -0
- package/claude/skills/i18n-nextintl/scripts/extract-hardcoded.py +246 -0
- package/claude/skills/i18n-nextintl/scripts/validate-translations.py +260 -0
- package/claude/skills/impact-analysis/SKILL.md +203 -0
- package/claude/skills/jest-unit/SKILL.md +306 -0
- package/claude/skills/jest-unit/references/component-testing.md +371 -0
- package/claude/skills/jest-unit/references/mocking-patterns.md +380 -0
- package/claude/skills/jest-unit/references/service-hook-testing.md +454 -0
- package/claude/skills/jira-integration/SKILL.md +539 -0
- package/claude/skills/mock-analysis/SKILL.md +276 -0
- package/claude/skills/monorepo-architecture/SKILL.md +162 -0
- package/claude/skills/nextjs-api-development/SKILL.md +364 -0
- package/claude/skills/nextjs-api-development/scripts/generate-crud-tests.py +456 -0
- package/claude/skills/nextjs-api-development/scripts/scaffold-endpoint.py +481 -0
- package/claude/skills/nextjs-api-development/scripts/validate-api.py +283 -0
- package/claude/skills/notion-integration/SKILL.md +641 -0
- package/claude/skills/npm-development-workflow/SKILL.md +480 -0
- package/claude/skills/page-builder-blocks/SKILL.md +483 -0
- package/claude/skills/page-builder-blocks/scripts/scaffold-block.py +444 -0
- package/claude/skills/permissions-system/SKILL.md +619 -0
- package/claude/skills/plugins/SKILL.md +340 -0
- package/claude/skills/plugins/references/plugin-templates.md +414 -0
- package/claude/skills/plugins/references/plugin-testing.md +353 -0
- package/claude/skills/plugins/references/plugin-types.md +198 -0
- package/claude/skills/plugins/scripts/scaffold-plugin.py +443 -0
- package/claude/skills/pom-patterns/SKILL.md +452 -0
- package/claude/skills/pom-patterns/scripts/generate-pom.py +392 -0
- package/claude/skills/rate-limiting/SKILL.md +342 -0
- package/claude/skills/react-best-practices/AGENTS.md +2410 -0
- package/claude/skills/react-best-practices/README.md +123 -0
- package/claude/skills/react-best-practices/SKILL.md +125 -0
- package/claude/skills/react-best-practices/metadata.json +15 -0
- package/claude/skills/react-best-practices/rules/_sections.md +46 -0
- package/claude/skills/react-best-practices/rules/_template.md +28 -0
- package/claude/skills/react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/claude/skills/react-best-practices/rules/advanced-use-latest.md +49 -0
- package/claude/skills/react-best-practices/rules/async-api-routes.md +38 -0
- package/claude/skills/react-best-practices/rules/async-defer-await.md +80 -0
- package/claude/skills/react-best-practices/rules/async-dependencies.md +36 -0
- package/claude/skills/react-best-practices/rules/async-parallel.md +28 -0
- package/claude/skills/react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/claude/skills/react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/claude/skills/react-best-practices/rules/bundle-conditional.md +31 -0
- package/claude/skills/react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/claude/skills/react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/claude/skills/react-best-practices/rules/bundle-preload.md +50 -0
- package/claude/skills/react-best-practices/rules/client-event-listeners.md +74 -0
- package/claude/skills/react-best-practices/rules/client-localstorage-schema.md +71 -0
- package/claude/skills/react-best-practices/rules/client-passive-event-listeners.md +48 -0
- package/claude/skills/react-best-practices/rules/client-swr-dedup.md +56 -0
- package/claude/skills/react-best-practices/rules/js-batch-dom-css.md +82 -0
- package/claude/skills/react-best-practices/rules/js-cache-function-results.md +80 -0
- package/claude/skills/react-best-practices/rules/js-cache-property-access.md +28 -0
- package/claude/skills/react-best-practices/rules/js-cache-storage.md +70 -0
- package/claude/skills/react-best-practices/rules/js-combine-iterations.md +32 -0
- package/claude/skills/react-best-practices/rules/js-early-exit.md +50 -0
- package/claude/skills/react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/claude/skills/react-best-practices/rules/js-index-maps.md +37 -0
- package/claude/skills/react-best-practices/rules/js-length-check-first.md +49 -0
- package/claude/skills/react-best-practices/rules/js-min-max-loop.md +82 -0
- package/claude/skills/react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/claude/skills/react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/claude/skills/react-best-practices/rules/rendering-activity.md +26 -0
- package/claude/skills/react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/claude/skills/react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/claude/skills/react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/claude/skills/react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/claude/skills/react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/claude/skills/react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/claude/skills/react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/claude/skills/react-best-practices/rules/rerender-dependencies.md +45 -0
- package/claude/skills/react-best-practices/rules/rerender-derived-state.md +29 -0
- package/claude/skills/react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/claude/skills/react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/claude/skills/react-best-practices/rules/rerender-memo.md +44 -0
- package/claude/skills/react-best-practices/rules/rerender-transitions.md +40 -0
- package/claude/skills/react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/claude/skills/react-best-practices/rules/server-cache-lru.md +41 -0
- package/claude/skills/react-best-practices/rules/server-cache-react.md +76 -0
- package/claude/skills/react-best-practices/rules/server-parallel-fetching.md +83 -0
- package/claude/skills/react-best-practices/rules/server-serialization.md +38 -0
- package/claude/skills/react-patterns/SKILL.md +677 -0
- package/claude/skills/registry-system/SKILL.md +331 -0
- package/claude/skills/scheduled-actions/SKILL.md +431 -0
- package/claude/skills/scope-enforcement/SKILL.md +542 -0
- package/claude/skills/scope-enforcement/scripts/validate-scope.py +357 -0
- package/claude/skills/server-actions/SKILL.md +493 -0
- package/claude/skills/service-layer/SKILL.md +587 -0
- package/claude/skills/session-management/SKILL.md +266 -0
- package/claude/skills/session-management/scripts/create-session.py +166 -0
- package/claude/skills/session-management/scripts/iteration-close.sh +105 -0
- package/claude/skills/session-management/scripts/iteration-init.sh +180 -0
- package/claude/skills/session-management/scripts/session-archive.sh +87 -0
- package/claude/skills/session-management/scripts/session-close.sh +133 -0
- package/claude/skills/session-management/scripts/session-init.sh +225 -0
- package/claude/skills/session-management/scripts/session-list.sh +163 -0
- package/claude/skills/session-management/scripts/split-plan.sh +116 -0
- package/claude/skills/shadcn-components/SKILL.md +586 -0
- package/claude/skills/shadcn-theming/SKILL.md +446 -0
- package/claude/skills/suspense-loading/SKILL.md +280 -0
- package/claude/skills/tailwind-theming/SKILL.md +479 -0
- package/claude/skills/tanstack-query/SKILL.md +608 -0
- package/claude/skills/test-coverage/SKILL.md +239 -0
- package/claude/skills/web-design-guidelines/SKILL.md +39 -0
- package/claude/skills/zod-validation/SKILL.md +537 -0
- package/claude/templates/blocks/progress.md +86 -0
- package/claude/templates/iteration/changes.md +61 -0
- package/claude/templates/iteration/progress.md +55 -0
- package/claude/templates/log.md +31 -0
- package/claude/templates/story/context.md +77 -0
- package/claude/templates/story/pendings.md +37 -0
- package/claude/templates/story/plan.md +299 -0
- package/claude/templates/story/requirements.md +109 -0
- package/claude/templates/story/scope.json +10 -0
- package/claude/templates/story/tests.md +91 -0
- package/claude/templates/task/progress.md +58 -0
- package/claude/templates/task/requirements.md +54 -0
- package/claude/workflows/README.md +154 -0
- package/claude/workflows/blocks.md +614 -0
- package/claude/workflows/story.md +1207 -0
- package/claude/workflows/task.md +927 -0
- package/claude/workflows/tweak.md +527 -0
- package/cursor/.gitkeep +0 -0
- package/package.json +34 -0
- package/scripts/setup.mjs +282 -0
- package/scripts/sync.mjs +209 -0
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
# /session:start
|
|
2
|
+
|
|
3
|
+
Intelligent entry point to start a new development session.
|
|
4
|
+
|
|
5
|
+
**Aliases:** `/start`
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Required Skills
|
|
10
|
+
|
|
11
|
+
Before executing, read these skills for context:
|
|
12
|
+
- `.claude/skills/core-theme-responsibilities/SKILL.md` - Understand core/theme/plugin boundaries
|
|
13
|
+
- `.claude/skills/entity-system/SKILL.md` - If the task involves entities
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Syntax
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
/session:start [description]
|
|
21
|
+
/session:start:tweak [description]
|
|
22
|
+
/session:start:task [description]
|
|
23
|
+
/session:start:story [description]
|
|
24
|
+
/session:start:blocks [description]
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
## Behavior
|
|
30
|
+
|
|
31
|
+
### Without subcommand (intelligent)
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
/session:start Add phone field to user profile
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
Claude:
|
|
38
|
+
1. **[MANDATORY]** Analyzes the description
|
|
39
|
+
2. **[MANDATORY]** Reads `/about/` from active theme (if exists)
|
|
40
|
+
3. **[MANDATORY]** Evaluates technical and business risk
|
|
41
|
+
4. **[MANDATORY]** Determines T-Shirt size
|
|
42
|
+
5. **[MANDATORY]** Suggests appropriate workflow
|
|
43
|
+
6. **[MANDATORY]** Asks for user confirmation
|
|
44
|
+
7. **[MANDATORY]** Asks discovery questions (graduated by workflow)
|
|
45
|
+
8. **[MANDATORY]** Executes workflow with discovery context
|
|
46
|
+
|
|
47
|
+
### With subcommand (explicit)
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
/session:start:tweak Fix typo in login
|
|
51
|
+
/session:start:task Improve product search
|
|
52
|
+
/session:start:story New products entity
|
|
53
|
+
/session:start:blocks Hero block from Stitch mock
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Skips evaluation but still asks discovery questions for the selected workflow.
|
|
57
|
+
|
|
58
|
+
**Note:** BLOCKS workflow requires a mock and uses BLOCKS-specific questions (see `session-start-blocks.md`).
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## Detailed Flow
|
|
63
|
+
|
|
64
|
+
```
|
|
65
|
+
┌─────────────────────────────────────────────────────────────────┐
|
|
66
|
+
│ /session:start │
|
|
67
|
+
├─────────────────────────────────────────────────────────────────┤
|
|
68
|
+
│ │
|
|
69
|
+
│ PHASE A: EVALUATION │
|
|
70
|
+
│ ─────────────────── │
|
|
71
|
+
│ 1. Read user description │
|
|
72
|
+
│ ↓ │
|
|
73
|
+
│ 2. Read .claude/config/workspace.json │
|
|
74
|
+
│ - preferences.language │
|
|
75
|
+
│ - preferences.defaultWorkflow │
|
|
76
|
+
│ ↓ │
|
|
77
|
+
│ 3. Read /about from theme (if exists) │
|
|
78
|
+
│ - business.md │
|
|
79
|
+
│ - critical-flows.md │
|
|
80
|
+
│ - risk-areas.md │
|
|
81
|
+
│ ↓ │
|
|
82
|
+
│ 4. Evaluate Technical Risk │
|
|
83
|
+
│ - How many files? │
|
|
84
|
+
│ - How many layers (DB/API/UI)? │
|
|
85
|
+
│ - Existing tests? │
|
|
86
|
+
│ ↓ │
|
|
87
|
+
│ 5. Evaluate Business Risk │
|
|
88
|
+
│ - Touches critical flows? │
|
|
89
|
+
│ - Affects revenue? │
|
|
90
|
+
│ - Is it reversible? │
|
|
91
|
+
│ ↓ │
|
|
92
|
+
│ 6. Apply bidimensional matrix → T-Shirt Size │
|
|
93
|
+
│ ↓ │
|
|
94
|
+
│ 7. Determine workflow: │
|
|
95
|
+
│ - XS → TWEAK │
|
|
96
|
+
│ - S (low risk) → TWEAK │
|
|
97
|
+
│ - S-M → TASK │
|
|
98
|
+
│ - L-XL → STORY │
|
|
99
|
+
│ - Mock-driven block → BLOCKS │
|
|
100
|
+
│ ↓ │
|
|
101
|
+
│ 8. Show evaluation and ask for confirmation │
|
|
102
|
+
│ ↓ │
|
|
103
|
+
│ PHASE B: DISCOVERY (Claude asks questions) │
|
|
104
|
+
│ ────────────────────────────────────────── │
|
|
105
|
+
│ 9. Ask discovery questions based on workflow: │
|
|
106
|
+
│ │ │
|
|
107
|
+
│ ├── TWEAK: 3 core questions │
|
|
108
|
+
│ │ ├── Task Manager? │
|
|
109
|
+
│ │ ├── Testing? │
|
|
110
|
+
│ │ └── Documentation? │
|
|
111
|
+
│ │ │
|
|
112
|
+
│ ├── BLOCKS: 7 block-specific questions │
|
|
113
|
+
│ │ ├── Task Manager? │
|
|
114
|
+
│ │ ├── Block Type? (hero/features/cta/etc) │
|
|
115
|
+
│ │ ├── Block Decision? (new/variant/modify) │
|
|
116
|
+
│ │ ├── Mock Source? (Stitch/UXPilot/Figma/Other) │
|
|
117
|
+
│ │ ├── Specific Requirements? (optional) │
|
|
118
|
+
│ │ ├── Testing? │
|
|
119
|
+
│ │ └── Documentation? │
|
|
120
|
+
│ │ │
|
|
121
|
+
│ ├── TASK: All 7 questions + conditional mock questions │
|
|
122
|
+
│ │ ├── Task Manager? │
|
|
123
|
+
│ │ ├── Database Policy? │
|
|
124
|
+
│ │ ├── Entity Type? │
|
|
125
|
+
│ │ ├── Blocks? │
|
|
126
|
+
│ │ ├── Mock? + IF YES: 5a, 5b, 5c (see below) │
|
|
127
|
+
│ │ ├── Testing? │
|
|
128
|
+
│ │ └── Documentation? │
|
|
129
|
+
│ │ │
|
|
130
|
+
│ └── STORY: All 7 questions + conditional mock questions │
|
|
131
|
+
│ ↓ │
|
|
132
|
+
│ 10. Collect discovery context │
|
|
133
|
+
│ ↓ │
|
|
134
|
+
│ PHASE C: MOCK UPLOAD PAUSE (if mock selected) │
|
|
135
|
+
│ ────────────────────────────────────────────── │
|
|
136
|
+
│ 10.5 If mock was selected: │
|
|
137
|
+
│ ├── Create session folder with mocks/ subfolder │
|
|
138
|
+
│ ├── Display upload instructions │
|
|
139
|
+
│ ├── Wait for user to confirm "ready" │
|
|
140
|
+
│ └── Validate mock files exist │
|
|
141
|
+
│ ↓ │
|
|
142
|
+
│ PHASE D: EXECUTION │
|
|
143
|
+
│ ────────────────────── │
|
|
144
|
+
│ 11. Execute workflow with context: │
|
|
145
|
+
│ │ │
|
|
146
|
+
│ ├── TWEAK: Implement directly │
|
|
147
|
+
│ │ │
|
|
148
|
+
│ ├── BLOCKS: mock-analyst → block-developer → visual-compare │
|
|
149
|
+
│ │ │
|
|
150
|
+
│ ├── TASK: [If mock] → Phase 0.6 mock-analyst │
|
|
151
|
+
│ │ → Create requirements.md → Execute │
|
|
152
|
+
│ │ │
|
|
153
|
+
│ └── STORY: [If mock] → Phase 0.6 mock-analyst │
|
|
154
|
+
│ → Launch PM with context → Arc → Execute │
|
|
155
|
+
│ ↓ │
|
|
156
|
+
│ 12. Show next steps │
|
|
157
|
+
│ │
|
|
158
|
+
└─────────────────────────────────────────────────────────────────┘
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## Example Output
|
|
164
|
+
|
|
165
|
+
### Phase A: Evaluation
|
|
166
|
+
|
|
167
|
+
```
|
|
168
|
+
📊 TASK EVALUATION
|
|
169
|
+
|
|
170
|
+
Description: "Add phone field to user profile"
|
|
171
|
+
|
|
172
|
+
┌─────────────────────────────────────────┐
|
|
173
|
+
│ Technical Risk: LOW │
|
|
174
|
+
│ - Estimated files: 4-6 │
|
|
175
|
+
│ - Layers: API + UI │
|
|
176
|
+
│ - Existing tests: Yes │
|
|
177
|
+
├─────────────────────────────────────────┤
|
|
178
|
+
│ Business Risk: LOW │
|
|
179
|
+
│ - Critical flows: No │
|
|
180
|
+
│ - Affects revenue: No │
|
|
181
|
+
└─────────────────────────────────────────┘
|
|
182
|
+
|
|
183
|
+
📐 T-Shirt Size: S
|
|
184
|
+
🔄 Recommended workflow: TASK
|
|
185
|
+
|
|
186
|
+
Proceed with TASK workflow? [Yes/No/Change]
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
### Phase B: Discovery Questions
|
|
190
|
+
|
|
191
|
+
After user confirms workflow, Claude asks discovery questions:
|
|
192
|
+
|
|
193
|
+
```
|
|
194
|
+
📋 DISCOVERY QUESTIONS
|
|
195
|
+
|
|
196
|
+
I need some context before we begin. Please answer:
|
|
197
|
+
|
|
198
|
+
─────────────────────────────────────────
|
|
199
|
+
|
|
200
|
+
1. TASK MANAGER
|
|
201
|
+
Is there an existing task in a project management system?
|
|
202
|
+
|
|
203
|
+
[1] No
|
|
204
|
+
[2] Yes, ClickUp
|
|
205
|
+
[3] Yes, Jira
|
|
206
|
+
[4] Yes, Linear
|
|
207
|
+
[5] Yes, Asana
|
|
208
|
+
|
|
209
|
+
> 2
|
|
210
|
+
> Task ID: abc123
|
|
211
|
+
|
|
212
|
+
─────────────────────────────────────────
|
|
213
|
+
|
|
214
|
+
2. DATABASE POLICY
|
|
215
|
+
How should the database be handled?
|
|
216
|
+
|
|
217
|
+
[1] No database changes needed
|
|
218
|
+
[2] Reset allowed (dev/staging)
|
|
219
|
+
[3] Incremental migrations only (production)
|
|
220
|
+
|
|
221
|
+
> 1
|
|
222
|
+
|
|
223
|
+
─────────────────────────────────────────
|
|
224
|
+
|
|
225
|
+
3. ENTITY TYPE
|
|
226
|
+
What type of entity work?
|
|
227
|
+
|
|
228
|
+
[1] No entity changes
|
|
229
|
+
[2] Modify existing entity
|
|
230
|
+
[3] New entity (⚠️ recommend STORY)
|
|
231
|
+
|
|
232
|
+
> 2
|
|
233
|
+
> Entity name: users
|
|
234
|
+
|
|
235
|
+
─────────────────────────────────────────
|
|
236
|
+
|
|
237
|
+
4. BLOCKS
|
|
238
|
+
Are blocks needed?
|
|
239
|
+
|
|
240
|
+
[1] No blocks needed
|
|
241
|
+
[2] Simple blocks
|
|
242
|
+
[3] Complex blocks (⚠️ recommend BLOCKS workflow)
|
|
243
|
+
|
|
244
|
+
> 1
|
|
245
|
+
|
|
246
|
+
─────────────────────────────────────────
|
|
247
|
+
|
|
248
|
+
5. MOCK
|
|
249
|
+
Do you have a design mock?
|
|
250
|
+
|
|
251
|
+
[1] No
|
|
252
|
+
[2] Yes
|
|
253
|
+
|
|
254
|
+
> 1
|
|
255
|
+
|
|
256
|
+
─────────────────────────────────────────
|
|
257
|
+
|
|
258
|
+
6. TESTING
|
|
259
|
+
What testing is needed?
|
|
260
|
+
|
|
261
|
+
[1] Run existing tests only
|
|
262
|
+
[2] Modify existing tests
|
|
263
|
+
[3] Create new tests
|
|
264
|
+
|
|
265
|
+
> 2
|
|
266
|
+
|
|
267
|
+
─────────────────────────────────────────
|
|
268
|
+
|
|
269
|
+
7. DOCUMENTATION
|
|
270
|
+
What documentation is needed?
|
|
271
|
+
|
|
272
|
+
[1] No documentation needed
|
|
273
|
+
[2] Update existing docs
|
|
274
|
+
[3] Create new docs
|
|
275
|
+
|
|
276
|
+
> 1
|
|
277
|
+
|
|
278
|
+
─────────────────────────────────────────
|
|
279
|
+
|
|
280
|
+
✓ Discovery complete!
|
|
281
|
+
|
|
282
|
+
Context collected:
|
|
283
|
+
├── Task Manager: ClickUp (abc123)
|
|
284
|
+
├── Database: No changes
|
|
285
|
+
├── Entity: Modify users
|
|
286
|
+
├── Blocks: None
|
|
287
|
+
├── Mock: None
|
|
288
|
+
├── Testing: Modify existing
|
|
289
|
+
└── Documentation: None
|
|
290
|
+
|
|
291
|
+
Proceeding with TASK workflow...
|
|
292
|
+
```
|
|
293
|
+
|
|
294
|
+
### Phase C: Execution
|
|
295
|
+
|
|
296
|
+
```
|
|
297
|
+
📁 Creating session...
|
|
298
|
+
|
|
299
|
+
Session created: tasks/2026-01-12-add-phone-field/
|
|
300
|
+
|
|
301
|
+
Creating requirements.md with discovery context...
|
|
302
|
+
|
|
303
|
+
✓ Ready to execute
|
|
304
|
+
|
|
305
|
+
Next steps:
|
|
306
|
+
1. Review requirements.md
|
|
307
|
+
2. Run /session:execute to implement
|
|
308
|
+
```
|
|
309
|
+
|
|
310
|
+
---
|
|
311
|
+
|
|
312
|
+
## Risk Alerts
|
|
313
|
+
|
|
314
|
+
If high business risk is detected:
|
|
315
|
+
|
|
316
|
+
```
|
|
317
|
+
⚠️ BUSINESS RISK ALERT
|
|
318
|
+
|
|
319
|
+
This change affects: Checkout Flow (critical flow)
|
|
320
|
+
|
|
321
|
+
Potential impact:
|
|
322
|
+
- Conversion loss if errors occur
|
|
323
|
+
- Directly affects revenue
|
|
324
|
+
|
|
325
|
+
Recommendations:
|
|
326
|
+
1. Use STORY workflow (mandatory)
|
|
327
|
+
2. Exhaustive E2E testing
|
|
328
|
+
3. Deploy during low traffic hours
|
|
329
|
+
4. Have rollback plan ready
|
|
330
|
+
|
|
331
|
+
Continue with these precautions? [Yes/No]
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
---
|
|
335
|
+
|
|
336
|
+
## Discovery Questions Reference
|
|
337
|
+
|
|
338
|
+
### Questions by Workflow
|
|
339
|
+
|
|
340
|
+
| Question | TWEAK | BLOCKS | TASK | STORY |
|
|
341
|
+
|----------|:-----:|:------:|:----:|:-----:|
|
|
342
|
+
| 1. Task Manager | ✓ | ✓ | ✓ | ✓ |
|
|
343
|
+
| 2. Database Policy | - | - | ✓ | ✓ |
|
|
344
|
+
| 3. Entity Type | - | - | ✓ | ✓ |
|
|
345
|
+
| 4. Blocks | - | ✓* | ✓ | ✓ |
|
|
346
|
+
| 5. Mock | - | ✓** | ✓ | ✓ |
|
|
347
|
+
| 5a. Mock For | - | - | (if mock)*** | (if mock)*** |
|
|
348
|
+
| 5b. Mock Source | - | ✓** | (if mock) | (if mock) |
|
|
349
|
+
| 5c. Mock Complexity | - | - | (if mock) | (if mock) |
|
|
350
|
+
| 6. Testing | ✓ | ✓ | ✓ | ✓ |
|
|
351
|
+
| 7. Documentation | ✓ | ✓ | ✓ | ✓ |
|
|
352
|
+
|
|
353
|
+
*BLOCKS: Asks Block Type and Block Decision instead of generic Blocks question
|
|
354
|
+
**BLOCKS: Mock is required (source always asked)
|
|
355
|
+
***If Q4 = blocks, defaults to "Page builder blocks"
|
|
356
|
+
|
|
357
|
+
### Question Details
|
|
358
|
+
|
|
359
|
+
```
|
|
360
|
+
1. TASK MANAGER
|
|
361
|
+
- No
|
|
362
|
+
- Yes, ClickUp (request task_id)
|
|
363
|
+
- Yes, Jira (request task_id)
|
|
364
|
+
- Yes, Linear (request task_id)
|
|
365
|
+
- Yes, Asana (request task_id)
|
|
366
|
+
|
|
367
|
+
2. DATABASE POLICY
|
|
368
|
+
- No database changes needed
|
|
369
|
+
- Reset allowed (dev/staging)
|
|
370
|
+
- Incremental migrations only (production)
|
|
371
|
+
|
|
372
|
+
3. ENTITY TYPE
|
|
373
|
+
- No entity changes
|
|
374
|
+
- Modify existing entity (request name)
|
|
375
|
+
- New entity (⚠️ may trigger STORY recommendation)
|
|
376
|
+
|
|
377
|
+
4. BLOCKS
|
|
378
|
+
- No blocks needed
|
|
379
|
+
- Simple blocks
|
|
380
|
+
- Complex blocks (⚠️ may trigger BLOCKS workflow)
|
|
381
|
+
|
|
382
|
+
5. MOCK
|
|
383
|
+
- No
|
|
384
|
+
- Yes, I have a mock
|
|
385
|
+
IF YES, ask conditional questions:
|
|
386
|
+
├── 5a. Mock is for:
|
|
387
|
+
│ [1] Page builder blocks (default if Q4=blocks)
|
|
388
|
+
│ [2] Complete screens/pages
|
|
389
|
+
│ [3] Specific components
|
|
390
|
+
│
|
|
391
|
+
├── 5b. Mock was created in:
|
|
392
|
+
│ [1] Stitch
|
|
393
|
+
│ [2] UXPilot
|
|
394
|
+
│ [3] Figma
|
|
395
|
+
│ [4] Other
|
|
396
|
+
│
|
|
397
|
+
└── 5c. Number of sections/blocks:
|
|
398
|
+
[1] Single block/component
|
|
399
|
+
[2] Multiple (2-4)
|
|
400
|
+
[3] Full page (5+)
|
|
401
|
+
|
|
402
|
+
6. TESTING
|
|
403
|
+
- Run existing tests only
|
|
404
|
+
- Modify existing tests
|
|
405
|
+
- Create new tests (API/UAT/Unit)
|
|
406
|
+
|
|
407
|
+
7. DOCUMENTATION
|
|
408
|
+
- No documentation needed
|
|
409
|
+
- Update existing docs
|
|
410
|
+
- Create new docs (public/superadmin/skills)
|
|
411
|
+
```
|
|
412
|
+
|
|
413
|
+
### Escalation Triggers
|
|
414
|
+
|
|
415
|
+
During discovery, if user answers suggest more complexity:
|
|
416
|
+
|
|
417
|
+
| Answer | Current Workflow | Recommendation |
|
|
418
|
+
|--------|-----------------|----------------|
|
|
419
|
+
| New entity | TASK | Escalate to STORY |
|
|
420
|
+
| Complex blocks (Q4) | TASK | Use BLOCKS workflow |
|
|
421
|
+
| DB migrations needed | TASK | Escalate to STORY |
|
|
422
|
+
| Create new tests | TWEAK | Escalate to TASK |
|
|
423
|
+
| Create new docs | TWEAK | Escalate to TASK |
|
|
424
|
+
| Q4=blocks + Q5=mock (single) | TASK | Suggest BLOCKS workflow |
|
|
425
|
+
| Mock for full page (5+) | TASK | Escalate to STORY |
|
|
426
|
+
| Mock with API integration | BLOCKS | Escalate to TASK |
|
|
427
|
+
| Mock + DB changes needed | BLOCKS | Escalate to STORY |
|
|
428
|
+
|
|
429
|
+
---
|
|
430
|
+
|
|
431
|
+
## Optional Parameters
|
|
432
|
+
|
|
433
|
+
| Parameter | Description |
|
|
434
|
+
|-----------|-------------|
|
|
435
|
+
| `--force-quick` | Force TWEAK without evaluation |
|
|
436
|
+
| `--force-standard` | Force TASK without evaluation |
|
|
437
|
+
| `--force-complete` | Force STORY without evaluation |
|
|
438
|
+
| `--no-risk-check` | Skip risk evaluation |
|
|
439
|
+
| `--task <id>` | Link with existing task |
|
|
440
|
+
|
|
441
|
+
---
|
|
442
|
+
|
|
443
|
+
## After Execution
|
|
444
|
+
|
|
445
|
+
Depending on the workflow:
|
|
446
|
+
|
|
447
|
+
### TWEAK
|
|
448
|
+
- Does not create session files
|
|
449
|
+
- Uses discovery context (3 questions) internally
|
|
450
|
+
- Proceeds directly to implementation
|
|
451
|
+
- If task manager linked → Updates external task status
|
|
452
|
+
|
|
453
|
+
### BLOCKS
|
|
454
|
+
- Creates `blocks/YYYY-MM-DD-name/`
|
|
455
|
+
- Creates `mocks/` subfolder
|
|
456
|
+
- **PAUSES** for user to upload mock files
|
|
457
|
+
- After "ready", runs mock-analyst → block-developer → visual-comparator
|
|
458
|
+
- Visual validation loop (max 3 retries)
|
|
459
|
+
- See `session-start-blocks.md` for details
|
|
460
|
+
|
|
461
|
+
### TASK
|
|
462
|
+
- Creates `tasks/YYYY-MM-DD-name/`
|
|
463
|
+
- **If mock selected:** Creates `mocks/` subfolder, PAUSES for upload
|
|
464
|
+
- **If mock selected:** Runs mock-analyst (Phase 0.6) → analysis.json, ds-mapping.json
|
|
465
|
+
- Creates `requirements.md` with Discovery Answers section (includes mock analysis)
|
|
466
|
+
- Claude uses discovery context to define ACs and approach
|
|
467
|
+
- If task manager linked → Syncs with external task
|
|
468
|
+
|
|
469
|
+
### STORY
|
|
470
|
+
- Creates `stories/YYYY-MM-DD-name/`
|
|
471
|
+
- **If mock selected:** Creates `mocks/` subfolder, PAUSES for upload
|
|
472
|
+
- **If mock selected:** Runs mock-analyst (Phase 0.6) → analysis.json, ds-mapping.json
|
|
473
|
+
- Launches `product-manager` subagent WITH discovery context + mock analysis
|
|
474
|
+
- PM creates `requirements.md` (does NOT ask questions again)
|
|
475
|
+
- PM creates `clickup_task.md` if task manager linked
|
|
476
|
+
- Then launches `architecture-supervisor` for plan.md
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# /session:status
|
|
2
|
+
|
|
3
|
+
View the status of active sessions.
|
|
4
|
+
|
|
5
|
+
**Aliases:** `/status`
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Syntax
|
|
10
|
+
|
|
11
|
+
```
|
|
12
|
+
/session:status [session-path]
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## Behavior
|
|
18
|
+
|
|
19
|
+
### Without path (all sessions)
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
/session:status
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Shows summary of all active sessions.
|
|
26
|
+
|
|
27
|
+
### With path (specific session)
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
/session:status stories/2026-01-11-new-entity
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Shows detailed status of a specific session.
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## General Output
|
|
38
|
+
|
|
39
|
+
```
|
|
40
|
+
📊 SESSION STATUS
|
|
41
|
+
|
|
42
|
+
STORIES (2 active)
|
|
43
|
+
─────────────────────────────────────────
|
|
44
|
+
[L] 2026-01-11-new-products-entity
|
|
45
|
+
Iteration: 02-scope-change
|
|
46
|
+
Phase: EXECUTE (frontend-developer)
|
|
47
|
+
Progress: 60%
|
|
48
|
+
Last activity: 2 hours ago
|
|
49
|
+
|
|
50
|
+
[XL] 2026-01-08-refactor-auth
|
|
51
|
+
Iteration: 01-initial
|
|
52
|
+
Phase: BACKEND (api-tester)
|
|
53
|
+
Progress: 35%
|
|
54
|
+
Last activity: 1 day ago
|
|
55
|
+
|
|
56
|
+
TASKS (1 active)
|
|
57
|
+
─────────────────────────────────────────
|
|
58
|
+
[M] 2026-01-10-improve-search
|
|
59
|
+
Progress: 80%
|
|
60
|
+
Last activity: 5 hours ago
|
|
61
|
+
|
|
62
|
+
LOGS (3 today)
|
|
63
|
+
─────────────────────────────────────────
|
|
64
|
+
2026-01-11-fix-typo-login
|
|
65
|
+
2026-01-11-update-config
|
|
66
|
+
2026-01-11-fix-validation
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## Detailed Output (with path)
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
📊 STATUS: 2026-01-11-new-products-entity
|
|
75
|
+
|
|
76
|
+
Type: Story (STORY workflow)
|
|
77
|
+
T-Shirt: L
|
|
78
|
+
Created: 2026-01-11
|
|
79
|
+
Last activity: 2 hours ago
|
|
80
|
+
|
|
81
|
+
─────────────────────────────────────────
|
|
82
|
+
|
|
83
|
+
📈 PROGRESS
|
|
84
|
+
|
|
85
|
+
BLOCK 1: PLANNING ████████████████████ 100%
|
|
86
|
+
├─ [✓] product-manager
|
|
87
|
+
└─ [✓] architecture-supervisor
|
|
88
|
+
|
|
89
|
+
BLOCK 2: FOUNDATION ████████████████████ 100%
|
|
90
|
+
├─ [✓] db-entity-developer
|
|
91
|
+
└─ [✓] db-entity-validator
|
|
92
|
+
|
|
93
|
+
BLOCK 3: BACKEND ████████████████████ 100%
|
|
94
|
+
├─ [✓] backend-developer
|
|
95
|
+
└─ [✓] backend-validator
|
|
96
|
+
|
|
97
|
+
BLOCK 4: DESIGN ░░░░░░░░░░░░░░░░░░░░ SKIP
|
|
98
|
+
|
|
99
|
+
BLOCK 5: FRONTEND ████████░░░░░░░░░░░░ 40%
|
|
100
|
+
├─ [→] frontend-developer (in progress)
|
|
101
|
+
└─ [ ] frontend-validator
|
|
102
|
+
|
|
103
|
+
BLOCK 6: CODE REVIEW ░░░░░░░░░░░░░░░░░░░░ 0%
|
|
104
|
+
└─ [ ] code-reviewer
|
|
105
|
+
|
|
106
|
+
BLOCK 7: QA ░░░░░░░░░░░░░░░░░░░░ 0%
|
|
107
|
+
├─ [ ] qa-manual (Claude orchestrator)
|
|
108
|
+
└─ [ ] qa-automation
|
|
109
|
+
|
|
110
|
+
BLOCK 8: FINALIZATION ░░░░░░░░░░░░░░░░░░░░ 0%
|
|
111
|
+
├─ [ ] documentation-writer
|
|
112
|
+
└─ [ ] unit-test-writer
|
|
113
|
+
|
|
114
|
+
─────────────────────────────────────────
|
|
115
|
+
|
|
116
|
+
📁 ITERATIONS
|
|
117
|
+
|
|
118
|
+
01-initial [CLOSED]
|
|
119
|
+
Duration: 3 days
|
|
120
|
+
Reason: scope-change
|
|
121
|
+
Summary: "Initial implementation done"
|
|
122
|
+
|
|
123
|
+
02-scope-change [ACTIVE]
|
|
124
|
+
Started: 2026-01-14
|
|
125
|
+
Reason: "add-variants-field"
|
|
126
|
+
Progress: In frontend
|
|
127
|
+
|
|
128
|
+
─────────────────────────────────────────
|
|
129
|
+
|
|
130
|
+
📌 PENDING ITEMS (3)
|
|
131
|
+
|
|
132
|
+
- [ ] Add performance tests
|
|
133
|
+
- [ ] Document API endpoints
|
|
134
|
+
- [ ] Review DB indexes
|
|
135
|
+
|
|
136
|
+
─────────────────────────────────────────
|
|
137
|
+
|
|
138
|
+
🎯 NEXT STEP
|
|
139
|
+
|
|
140
|
+
Complete frontend-developer:
|
|
141
|
+
- [ ] Create UI components
|
|
142
|
+
- [ ] Implement hooks
|
|
143
|
+
- [ ] Add translations
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
---
|
|
147
|
+
|
|
148
|
+
## Task Manager Integration
|
|
149
|
+
|
|
150
|
+
If a task is linked:
|
|
151
|
+
|
|
152
|
+
```
|
|
153
|
+
📋 LINKED TASK
|
|
154
|
+
|
|
155
|
+
ClickUp: #abc123
|
|
156
|
+
URL: https://app.clickup.com/t/abc123
|
|
157
|
+
Status: In Progress
|
|
158
|
+
Assignee: Pablo
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## Related Commands
|
|
164
|
+
|
|
165
|
+
| Command | Action |
|
|
166
|
+
|---------|--------|
|
|
167
|
+
| `/session:resume` | Resume this session |
|
|
168
|
+
| `/session:close` | Close this session |
|
|
169
|
+
| `/session:scope-change` | Create new iteration |
|