|
2 | 2 | name: agentic-delivery-skill |
3 | 3 | description: >- |
4 | 4 | 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 |
6 | 6 | metadata: |
7 | 7 | openclaw: |
8 | 8 | skillKey: agentic-delivery-skill |
@@ -63,36 +63,23 @@ metadata: |
63 | 63 |
|
64 | 64 | ## Artifact Selection Guide |
65 | 65 |
|
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. | |
96 | 83 |
|
97 | 84 | ## Quality Rules |
98 | 85 |
|
|
0 commit comments