一键导入
tdk-sub-workspace-list
List all sub-workspaces in the current workspace
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
List all sub-workspaces in the current workspace
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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" |