一键导入
phase-plan
Creates or updates a construction phase plan based on current milestone, completed work, and available capacity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Creates or updates a construction phase plan based on current milestone, completed work, and available capacity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guided construction project concept ideation — from zero idea to a structured project brief. Uses professional planning frameworks and construction industry best practices.
Analyzes project budget — cost vs estimate comparison, contingency status, value engineering opportunities, and cost projections.
Change order processing — document scope change, cost impact, schedule impact, and approval workflow.
Non-conformance/deficiency report — document the issue, reference spec/code, assign responsibility, and track corrective action.
Creates a Design Decision Record (DDR) — context, options, decision, rationale, and consequences.
Reviews a design document for completeness, internal consistency, code compliance, and constructability.
| name | phase-plan |
| description | Creates or updates a construction phase plan based on current milestone, completed work, and available capacity. |
| argument-hint | [new|update|status] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write, Edit, AskUserQuestion |
| context | !ls production/phases/ 2>/dev/null |
When this skill is invoked:
production/milestones/.production/phases/.design/ for deliverables status.For new:
Generate a phase plan:
# Phase [N] — [Start Date] to [End Date]
## Phase Goal
[One sentence describing what this phase achieves]
## Capacity
- Total weeks: [X]
- Buffer (15%): [Y weeks reserved]
- Available: [Z weeks]
## Tasks
### Critical Path
| ID | Task | Discipline | Duration | Dependencies | Acceptance Criteria |
|----|------|-----------|----------|-------------|-------------------|
### Important
| ID | Task | Discipline | Duration | Dependencies | Acceptance Criteria |
|----|------|-----------|----------|-------------|-------------------|
### If Time Allows
| ID | Task | Discipline | Duration | Dependencies | Acceptance Criteria |
|----|------|-----------|----------|-------------|-------------------|
## Risks
| Risk | Probability | Impact | Mitigation |
|------|------------|--------|------------|
## Budget
| Category | Budgeted | Committed | Spent | Variance |
|----------|---------|-----------|-------|----------|
For status:
Generate status report with progress, blockers, and burndown assessment.