with one click
tdk-sub-workspace-list
List all sub-workspaces in the current workspace
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
List all sub-workspaces in the current workspace
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Primary implementation skill. Execute phases from plan.md ## Phases table. Read plan.md as source of truth for status + dependency graph.
Execute the implementation planning workflow using the plan template to generate design artifacts.
Create spec.md from a feature or child-slice description, or replay --interview against existing spec.md. Supports --fast, memory, and an embedded quality gate.
Project-level architecture recommendation and brownfield recovery advisor. Writes architecture reports only; does not mutate layout or config.
Deprecated compatibility route for /tdk-workspace-layout-propose.
| name | tdk-sub-workspace-list |
| description | List all sub-workspaces in the current workspace |
| metadata | {"version":"1.0.0"} |
Display all sub-workspaces configured in the workspace with their status and paths.
/sub-workspace.list
Invoke tdk-load-project-context with require_feature_dir: false and require_prefix_validation: false.
If PROJECT_CONTEXT.CONFIG_FOUND is false:
.specify/.specify.jsonsubWorkspaces arrayFor each sub-workspace in subWorkspaces array:
.specify/.specify.json exists in sub-workspaceWorkspace: {workspace_name}
Root: {workspace_path}
Sub-workspaces:
┌──────────────┬─────────────────────┬────────────┬───────────┬──────────┐
│ Name │ Path │ Language │ Framework │ Status │
├──────────────┼─────────────────────┼────────────┼───────────┼──────────┤
│ Frontend │ apps/frontend │ typescript │ react │ configured │
│ Backend │ apps/backend │ python │ fastapi │ configured │
│ Shared │ packages/shared │ typescript │ - │ inherited │
│ Mobile │ apps/mobile │ - │ - │ missing │
└──────────────┴─────────────────────┴────────────┴───────────┴──────────┘
Summary: 4 sub-workspaces (2 configured, 1 inherited, 1 missing)
Commands:
/sub-workspace.init - Initialize sub-workspace config in current directory
/tdk-specify - Start feature specification
| Scenario | Output |
|---|---|
| No sub-workspaces array | "No sub-workspaces defined in workspace" |
| Empty sub-workspaces | "Workspace has no sub-workspaces configured" |
| Not in workspace | "Not in a workspace directory" |