Skip to content

Commit da9ab44

Browse files
committed
Improve delivery artifact selection layout
1 parent 95b2aac commit da9ab44

2 files changed

Lines changed: 19 additions & 32 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Part of the CompleteTech LLC agentic services skill library. This skill supports
1313
## OpenClaw / ClawHub Metadata
1414

1515
- Skill key: `agentic-delivery-skill`
16-
- Version-ready metadata: `1.0.5`
16+
- Version-ready metadata: `1.0.6`
1717
- Homepage: https://github.com/CompleteTech-LLC/agentic-delivery-skill
1818
- README: https://github.com/CompleteTech-LLC/agentic-delivery-skill#readme
1919
- Runtime binaries: `python3`

SKILL.md

Lines changed: 18 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: agentic-delivery-skill
33
description: >-
44
Create CompleteTech LLC delivery execution artifacts for approved agentic development engagements, including kickoff agendas, access checklists, project plans, milestone trackers, status updates, decision logs, risk/issue logs, change request intake, prototype review, evaluation reports, acceptance packets, launch readiness, monitoring, support, handoff, runbooks, quickstarts, closeout, post-launch review, and escalation procedures. Use after proposal/SOW or contract approval when Codex needs to run bounded agentic workflow delivery cleanly.
5-
version: 1.0.5
5+
version: 1.0.6
66
metadata:
77
openclaw:
88
skillKey: agentic-delivery-skill
@@ -63,36 +63,23 @@ metadata:
6363

6464
## Artifact Selection Guide
6565

66-
- First meeting after signature: use `kickoff-agenda`.
67-
- Need client systems/docs/API access: use `client-access-checklist`.
68-
- Need execution structure: use `project-plan`.
69-
- Tracking milestone progress: use `milestone-tracker`.
70-
- Regular client update: use `weekly-status-update`.
71-
- Capturing decisions: use `decision-log`.
72-
- Capturing risks or active issues: use `risk-and-issue-log`.
73-
- Scope change request: use `change-request-intake`.
74-
- Blocking prerequisites: use `dependency-tracker`.
75-
- Communication cadence: use `stakeholder-communication-plan`.
76-
- Prototype review: use `prototype-review-checklist`.
77-
- Evaluation run: use `evaluation-run-report`.
78-
- Test summary: use `test-results-summary`.
79-
- Formal acceptance: use `acceptance-review-packet`.
80-
- Launch preparation: use `launch-readiness-checklist`.
81-
- Observability requirements: use `monitoring-plan`.
82-
- Post-handoff help: use `support-plan`.
83-
- Handoff preparation: use `handoff-checklist`.
84-
- Admin/operator documentation: use `administrator-runbook`.
85-
- Reviewer or user training: use `user-reviewer-quickstart`.
86-
- After launch: use `post-launch-review`.
87-
- Retrospective: use `lessons-learned`.
88-
- Project close: use `closeout-summary`.
89-
- Incoming support request: use `support-ticket-intake`.
90-
- Escalation path: use `escalation-procedure`.
91-
- Deployment-specific rollout: use `deployment-runbook`.
92-
- Acceptance defects: use `defect-remediation-plan`.
93-
- Client training session: use `training-session-plan`.
94-
95-
When several artifacts fit, choose the one closest to the operational event. Do not mark launch-ready, accepted, or complete unless the verified evidence supports it.
66+
Choose by the current operational event first.
67+
68+
| Event Group | Use These Artifacts |
69+
|---|---|
70+
| Kickoff and access | `kickoff-agenda`, `client-access-checklist`, `project-plan`, `stakeholder-communication-plan` |
71+
| Project control | `milestone-tracker`, `weekly-status-update`, `decision-log`, `risk-and-issue-log`, `dependency-tracker` |
72+
| Change and remediation | `change-request-intake`, `defect-remediation-plan`, `escalation-procedure` |
73+
| Prototype and evaluation | `prototype-review-checklist`, `evaluation-run-report`, `test-results-summary` |
74+
| Acceptance and launch | `acceptance-review-packet`, `launch-readiness-checklist`, `deployment-runbook`, `monitoring-plan` |
75+
| Handoff and support | `support-plan`, `handoff-checklist`, `administrator-runbook`, `user-reviewer-quickstart`, `support-ticket-intake` |
76+
| Closeout and learning | `post-launch-review`, `lessons-learned`, `closeout-summary`, `training-session-plan` |
77+
78+
| Selection Rule | Guidance |
79+
|---|---|
80+
| Several artifacts fit | Choose the one closest to the operational event. |
81+
| Launch, acceptance, or complete status | Do not mark ready, accepted, launched, or complete unless verified evidence supports it. |
82+
| New or changed scope | Use `change-request-intake` and route commercial approval before delivery expands. |
9683

9784
## Quality Rules
9885

0 commit comments

Comments
 (0)