maestro-flow 0.4.8 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agy/agents/cli-explore-agent.md +186 -0
- package/.agy/agents/conceptual-planning-agent.md +244 -0
- package/.agy/agents/impeccable-agent.md +97 -0
- package/.agy/agents/team-supervisor.md +142 -0
- package/.agy/agents/team-worker.md +236 -0
- package/.agy/agents/ui-design-agent.md +286 -0
- package/.agy/agents/workflow-analyzer.md +114 -0
- package/.agy/agents/workflow-codebase-mapper.md +76 -0
- package/.agy/agents/workflow-collab-planner.md +142 -0
- package/.agy/agents/workflow-debugger.md +102 -0
- package/.agy/agents/workflow-executor.md +131 -0
- package/.agy/agents/workflow-external-researcher.md +86 -0
- package/.agy/agents/workflow-integration-checker.md +82 -0
- package/.agy/agents/workflow-nyquist-auditor.md +84 -0
- package/.agy/agents/workflow-phase-researcher.md +84 -0
- package/.agy/agents/workflow-plan-checker.md +89 -0
- package/.agy/agents/workflow-planner.md +194 -0
- package/.agy/agents/workflow-project-researcher.md +73 -0
- package/.agy/agents/workflow-research-synthesizer.md +70 -0
- package/.agy/agents/workflow-reviewer.md +81 -0
- package/.agy/agents/workflow-roadmapper.md +81 -0
- package/.agy/agents/workflow-verifier.md +119 -0
- package/.agy/skills/codify-to-knowhow/SKILL.md +172 -0
- package/.agy/skills/codify-to-knowhow/phases/01-load-manifest.md +101 -0
- package/.agy/skills/codify-to-knowhow/phases/02-generate-knowhow.md +97 -0
- package/.agy/skills/codify-to-knowhow/phases/03-generate-specs.md +92 -0
- package/.agy/skills/codify-to-knowhow/phases/04-index-verify.md +119 -0
- package/.agy/skills/learn-decompose/SKILL.md +118 -0
- package/.agy/skills/learn-follow/SKILL.md +129 -0
- package/.agy/skills/learn-investigate/SKILL.md +154 -0
- package/.agy/skills/learn-retro/SKILL.md +159 -0
- package/.agy/skills/learn-second-opinion/SKILL.md +124 -0
- package/.agy/skills/maestro/SKILL.md +221 -0
- package/.agy/skills/maestro-amend/SKILL.md +162 -0
- package/.agy/skills/maestro-analyze/SKILL.md +135 -0
- package/.agy/skills/maestro-brainstorm/SKILL.md +118 -0
- package/.agy/skills/maestro-collab/SKILL.md +174 -0
- package/.agy/skills/maestro-composer/SKILL.md +180 -0
- package/.agy/skills/maestro-execute/SKILL.md +133 -0
- package/.agy/skills/maestro-fork/SKILL.md +88 -0
- package/.agy/skills/maestro-guard/SKILL.md +101 -0
- package/.agy/skills/maestro-help/SKILL.md +267 -0
- package/.agy/skills/maestro-help/index/catalog.json +184 -0
- package/.agy/skills/maestro-help/phases/01-parse-intent.md +122 -0
- package/.agy/skills/maestro-help/phases/02-search-present.md +181 -0
- package/.agy/skills/maestro-help/phases/03-workflow-guide.md +186 -0
- package/.agy/skills/maestro-impeccable/SKILL.md +250 -0
- package/.agy/skills/maestro-init/SKILL.md +80 -0
- package/.agy/skills/maestro-learn/SKILL.md +142 -0
- package/.agy/skills/maestro-merge/SKILL.md +66 -0
- package/.agy/skills/maestro-milestone-audit/SKILL.md +70 -0
- package/.agy/skills/maestro-milestone-complete/SKILL.md +77 -0
- package/.agy/skills/maestro-milestone-release/SKILL.md +98 -0
- package/.agy/skills/maestro-overlay/SKILL.md +177 -0
- package/.agy/skills/maestro-plan/SKILL.md +172 -0
- package/.agy/skills/maestro-player/SKILL.md +176 -0
- package/.agy/skills/maestro-quick/SKILL.md +67 -0
- package/.agy/skills/maestro-ralph/SKILL.md +546 -0
- package/.agy/skills/maestro-ralph-execute/SKILL.md +255 -0
- package/.agy/skills/maestro-roadmap/SKILL.md +170 -0
- package/.agy/skills/maestro-tools-execute/SKILL.md +119 -0
- package/.agy/skills/maestro-tools-register/SKILL.md +159 -0
- package/.agy/skills/maestro-ui-codify/SKILL.md +81 -0
- package/.agy/skills/maestro-update/SKILL.md +175 -0
- package/.agy/skills/maestro-verify/SKILL.md +111 -0
- package/.agy/skills/manage-codebase-rebuild/SKILL.md +77 -0
- package/.agy/skills/manage-codebase-refresh/SKILL.md +59 -0
- package/.agy/skills/manage-harvest/SKILL.md +96 -0
- package/.agy/skills/manage-issue/SKILL.md +72 -0
- package/.agy/skills/manage-issue-discover/SKILL.md +83 -0
- package/.agy/skills/manage-knowhow/SKILL.md +76 -0
- package/.agy/skills/manage-knowhow-capture/SKILL.md +78 -0
- package/.agy/skills/manage-learn/SKILL.md +64 -0
- package/.agy/skills/manage-status/SKILL.md +51 -0
- package/.agy/skills/manage-wiki/SKILL.md +61 -0
- package/.agy/skills/quality-auto-test/SKILL.md +135 -0
- package/.agy/skills/quality-debug/SKILL.md +122 -0
- package/.agy/skills/quality-refactor/SKILL.md +69 -0
- package/.agy/skills/quality-retrospective/SKILL.md +79 -0
- package/.agy/skills/quality-review/SKILL.md +130 -0
- package/.agy/skills/quality-sync/SKILL.md +53 -0
- package/.agy/skills/quality-test/SKILL.md +119 -0
- package/.agy/skills/security-audit/SKILL.md +157 -0
- package/.agy/skills/skill-iter-tune/SKILL.md +381 -0
- package/.agy/skills/skill-iter-tune/phases/01-setup.md +144 -0
- package/.agy/skills/skill-iter-tune/phases/02-execute.md +292 -0
- package/.agy/skills/skill-iter-tune/phases/03-evaluate.md +312 -0
- package/.agy/skills/skill-iter-tune/phases/04-improve.md +198 -0
- package/.agy/skills/skill-iter-tune/phases/05-report.md +166 -0
- package/.agy/skills/skill-iter-tune/specs/evaluation-criteria.md +63 -0
- package/.agy/skills/skill-iter-tune/templates/eval-prompt.md +134 -0
- package/.agy/skills/skill-iter-tune/templates/execute-prompt.md +97 -0
- package/.agy/skills/spec-add/SKILL.md +67 -0
- package/.agy/skills/spec-load/SKILL.md +70 -0
- package/.agy/skills/spec-remove/SKILL.md +50 -0
- package/.agy/skills/spec-setup/SKILL.md +47 -0
- package/.agy/skills/team-coordinate/SKILL.md +267 -0
- package/.agy/skills/team-coordinate/roles/coordinator/commands/analyze-task.md +247 -0
- package/.agy/skills/team-coordinate/roles/coordinator/commands/dispatch.md +131 -0
- package/.agy/skills/team-coordinate/roles/coordinator/commands/monitor.md +348 -0
- package/.agy/skills/team-coordinate/roles/coordinator/role.md +362 -0
- package/.agy/skills/team-coordinate/specs/knowledge-transfer.md +111 -0
- package/.agy/skills/team-coordinate/specs/pipelines.md +97 -0
- package/.agy/skills/team-coordinate/specs/quality-gates.md +112 -0
- package/.agy/skills/team-coordinate/specs/role-spec-template.md +198 -0
- package/.agy/skills/team-executor/SKILL.md +180 -0
- package/.agy/skills/team-executor/roles/executor/commands/monitor.md +235 -0
- package/.agy/skills/team-executor/roles/executor/role.md +171 -0
- package/.agy/skills/team-executor/specs/session-schema.md +264 -0
- package/.agy/skills/team-lifecycle-v4/SKILL.md +189 -0
- package/.agy/skills/team-lifecycle-v4/roles/analyst/role.md +92 -0
- package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/analyze.md +56 -0
- package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/dispatch.md +56 -0
- package/.agy/skills/team-lifecycle-v4/roles/coordinator/commands/monitor.md +206 -0
- package/.agy/skills/team-lifecycle-v4/roles/coordinator/role.md +130 -0
- package/.agy/skills/team-lifecycle-v4/roles/executor/commands/fix.md +35 -0
- package/.agy/skills/team-lifecycle-v4/roles/executor/commands/implement.md +62 -0
- package/.agy/skills/team-lifecycle-v4/roles/executor/role.md +64 -0
- package/.agy/skills/team-lifecycle-v4/roles/planner/role.md +82 -0
- package/.agy/skills/team-lifecycle-v4/roles/reviewer/commands/review-code.md +34 -0
- package/.agy/skills/team-lifecycle-v4/roles/reviewer/commands/review-spec.md +44 -0
- package/.agy/skills/team-lifecycle-v4/roles/reviewer/role.md +65 -0
- package/.agy/skills/team-lifecycle-v4/roles/supervisor/role.md +188 -0
- package/.agy/skills/team-lifecycle-v4/roles/tester/role.md +84 -0
- package/.agy/skills/team-lifecycle-v4/roles/writer/role.md +92 -0
- package/.agy/skills/team-lifecycle-v4/specs/knowledge-transfer.md +114 -0
- package/.agy/skills/team-lifecycle-v4/specs/pipelines.md +140 -0
- package/.agy/skills/team-lifecycle-v4/specs/quality-gates.md +130 -0
- package/.agy/skills/team-lifecycle-v4/templates/architecture.md +254 -0
- package/.agy/skills/team-lifecycle-v4/templates/epics.md +196 -0
- package/.agy/skills/team-lifecycle-v4/templates/product-brief.md +133 -0
- package/.agy/skills/team-lifecycle-v4/templates/requirements.md +224 -0
- package/.agy/skills/team-quality-assurance/SKILL.md +148 -0
- package/.agy/skills/team-quality-assurance/roles/analyst/role.md +85 -0
- package/.agy/skills/team-quality-assurance/roles/coordinator/commands/analyze.md +72 -0
- package/.agy/skills/team-quality-assurance/roles/coordinator/commands/dispatch.md +111 -0
- package/.agy/skills/team-quality-assurance/roles/coordinator/commands/monitor.md +235 -0
- package/.agy/skills/team-quality-assurance/roles/coordinator/role.md +143 -0
- package/.agy/skills/team-quality-assurance/roles/executor/role.md +62 -0
- package/.agy/skills/team-quality-assurance/roles/generator/role.md +65 -0
- package/.agy/skills/team-quality-assurance/roles/scout/role.md +72 -0
- package/.agy/skills/team-quality-assurance/roles/strategist/role.md +69 -0
- package/.agy/skills/team-quality-assurance/specs/pipelines.md +115 -0
- package/.agy/skills/team-quality-assurance/specs/team-config.json +131 -0
- package/.agy/skills/team-review/SKILL.md +149 -0
- package/.agy/skills/team-review/roles/coordinator/commands/analyze.md +71 -0
- package/.agy/skills/team-review/roles/coordinator/commands/dispatch.md +91 -0
- package/.agy/skills/team-review/roles/coordinator/commands/monitor.md +209 -0
- package/.agy/skills/team-review/roles/coordinator/role.md +132 -0
- package/.agy/skills/team-review/roles/fixer/role.md +74 -0
- package/.agy/skills/team-review/roles/reviewer/role.md +66 -0
- package/.agy/skills/team-review/roles/scanner/role.md +77 -0
- package/.agy/skills/team-review/specs/dimensions.md +82 -0
- package/.agy/skills/team-review/specs/finding-schema.json +82 -0
- package/.agy/skills/team-review/specs/pipelines.md +102 -0
- package/.agy/skills/team-review/specs/team-config.json +27 -0
- package/.agy/skills/team-tech-debt/SKILL.md +133 -0
- package/.agy/skills/team-tech-debt/roles/assessor/role.md +76 -0
- package/.agy/skills/team-tech-debt/roles/coordinator/commands/analyze.md +47 -0
- package/.agy/skills/team-tech-debt/roles/coordinator/commands/dispatch.md +156 -0
- package/.agy/skills/team-tech-debt/roles/coordinator/commands/monitor.md +198 -0
- package/.agy/skills/team-tech-debt/roles/coordinator/role.md +123 -0
- package/.agy/skills/team-tech-debt/roles/executor/role.md +76 -0
- package/.agy/skills/team-tech-debt/roles/planner/role.md +68 -0
- package/.agy/skills/team-tech-debt/roles/scanner/role.md +90 -0
- package/.agy/skills/team-tech-debt/roles/validator/role.md +78 -0
- package/.agy/skills/team-tech-debt/specs/pipelines.md +47 -0
- package/.agy/skills/team-tech-debt/specs/team-config.json +129 -0
- package/.agy/skills/team-testing/SKILL.md +144 -0
- package/.agy/skills/team-testing/roles/analyst/role.md +101 -0
- package/.agy/skills/team-testing/roles/coordinator/commands/analyze.md +70 -0
- package/.agy/skills/team-testing/roles/coordinator/commands/dispatch.md +108 -0
- package/.agy/skills/team-testing/roles/coordinator/commands/monitor.md +242 -0
- package/.agy/skills/team-testing/roles/coordinator/role.md +134 -0
- package/.agy/skills/team-testing/roles/executor/role.md +95 -0
- package/.agy/skills/team-testing/roles/generator/role.md +95 -0
- package/.agy/skills/team-testing/roles/strategist/role.md +81 -0
- package/.agy/skills/team-testing/specs/pipelines.md +101 -0
- package/.agy/skills/team-testing/specs/team-config.json +93 -0
- package/.agy/skills/wiki-connect/SKILL.md +64 -0
- package/.agy/skills/wiki-digest/SKILL.md +70 -0
- package/.agy/skills/workflow-skill-designer/SKILL.md +506 -0
- package/.agy/skills/workflow-skill-designer/phases/01-requirements-analysis.md +356 -0
- package/.agy/skills/workflow-skill-designer/phases/02-orchestrator-design.md +444 -0
- package/.agy/skills/workflow-skill-designer/phases/03-phase-design.md +458 -0
- package/.agy/skills/workflow-skill-designer/phases/04-validation.md +471 -0
- package/dashboard/dist/assets/{ArtifactsPage-CVh0Z2I2.js → ArtifactsPage-BLvAqQlQ.js} +1 -1
- package/dashboard/dist/assets/{ChatInput-CBI3qHQQ.js → ChatInput-DU9YGZKX.js} +1 -1
- package/dashboard/dist/assets/{ChatPage-BjJ9CYox.js → ChatPage-DYHfheXC.js} +1 -1
- package/dashboard/dist/assets/{CollabPage-CprGGO9y.js → CollabPage-CSlmvEa-.js} +1 -1
- package/dashboard/dist/assets/{ExecutionPanel-CClxD7cH.js → ExecutionPanel-RYWf0dYC.js} +1 -1
- package/dashboard/dist/assets/{KanbanPage-copqjdPg.js → KanbanPage-N55Iv0-X.js} +1 -1
- package/dashboard/dist/assets/{MaestroCoordinatePage-CioZjQ9N.js → MaestroCoordinatePage-BxwZ6yy5.js} +1 -1
- package/dashboard/dist/assets/{MarkdownRenderer-CtUhoxCT.js → MarkdownRenderer-ZGtOY7Ti.js} +1 -1
- package/dashboard/dist/assets/{McpPage-BcPPcJpr.js → McpPage-Im6s4pGR.js} +1 -1
- package/dashboard/dist/assets/{MeetingRoomPage-BgmAKxU-.js → MeetingRoomPage-CxHRn1xx.js} +1 -1
- package/dashboard/dist/assets/{OutputPanel-DgT3gMyp.js → OutputPanel-DaL8c1i5.js} +1 -1
- package/dashboard/dist/assets/{ProblemsPanel-BmG7rxoG.js → ProblemsPanel-BQTd5812.js} +1 -1
- package/dashboard/dist/assets/{RequirementBoardPage-k8YoeQ0r.js → RequirementBoardPage-22y9u1qh.js} +1 -1
- package/dashboard/dist/assets/{RequirementPage-Da2354px.js → RequirementPage-_mO743Xm.js} +1 -1
- package/dashboard/dist/assets/{RoomsPage-BtqDiYaU.js → RoomsPage-CExTbOGr.js} +1 -1
- package/dashboard/dist/assets/{SpecsPage-ByPVH_M3.js → SpecsPage-gr4KX51-.js} +1 -1
- package/dashboard/dist/assets/{TeamsPage-sFDLN30L.js → TeamsPage-BxEXLb5g.js} +1 -1
- package/dashboard/dist/assets/{TreeBrowser-oEx8YJXV.js → TreeBrowser-CVtPF5C9.js} +1 -1
- package/dashboard/dist/assets/{WorkflowPage-JrX7CVHh.js → WorkflowPage-BoN18Lhs.js} +1 -1
- package/dashboard/dist/assets/{arrow-left-DYvgSdIH.js → arrow-left-C5ROg97G.js} +1 -1
- package/dashboard/dist/assets/{check-jcgYBWVR.js → check-Bs8PM0tQ.js} +1 -1
- package/dashboard/dist/assets/{chevron-right-DvZ5sMOg.js → chevron-right-SmErd_1F.js} +1 -1
- package/dashboard/dist/assets/{circle-DYT-zoRZ.js → circle-CjpslL_D.js} +1 -1
- package/dashboard/dist/assets/{circle-alert-Bfbv3gt4.js → circle-alert-CuzAg2fd.js} +1 -1
- package/dashboard/dist/assets/{circle-check-D82WnpbI.js → circle-check-BIkDU5D5.js} +1 -1
- package/dashboard/dist/assets/{circle-check-big-CPVD1GKF.js → circle-check-big-CYctV8bK.js} +1 -1
- package/dashboard/dist/assets/{code-B3bKFGI4.js → code-DoB7rfxt.js} +1 -1
- package/dashboard/dist/assets/{columns-3-BeMAQCix.js → columns-3-Ch5KIyRa.js} +1 -1
- package/dashboard/dist/assets/{download-BCtpoWYB.js → download-DadtG2Nr.js} +1 -1
- package/dashboard/dist/assets/{folder-CTj6SNNu.js → folder-B8ODoZfb.js} +1 -1
- package/dashboard/dist/assets/{index-BxR_3IbJ.js → index-BL4h1OKY.js} +1 -1
- package/dashboard/dist/assets/{index-DpcPd-UG.js → index-DQIlX2w_.js} +4 -4
- package/dashboard/dist/assets/{index-CWBJLu42.js → index-DaFwSmVJ.js} +10 -10
- package/dashboard/dist/assets/{list-BMv8pIQn.js → list-CI-XIPZh.js} +1 -1
- package/dashboard/dist/assets/{loader-DdM4VOgF.js → loader-DpdMoQvh.js} +1 -1
- package/dashboard/dist/assets/{minus-D15s2E__.js → minus-BVbfXGrC.js} +1 -1
- package/dashboard/dist/assets/{pen-line-DO6o4xWz.js → pen-line-CR8GaHt-.js} +1 -1
- package/dashboard/dist/assets/{pencil-qGxg9jOe.js → pencil-I7GE0y29.js} +1 -1
- package/dashboard/dist/assets/{proxy-DOffTzwA.js → proxy-CcYyZZWI.js} +1 -1
- package/dashboard/dist/assets/{refresh-cw-C9UNdLCy.js → refresh-cw-BG9V_T4R.js} +1 -1
- package/dashboard/dist/assets/{rows-2-CifAA5SL.js → rows-2-DP6NjQFk.js} +1 -1
- package/dashboard/dist/assets/{search-pe7pU1YN.js → search-b78eLlw2.js} +1 -1
- package/dashboard/dist/assets/{shallow-r7YynQYA.js → shallow-CJEesgtu.js} +1 -1
- package/dashboard/dist/assets/{table-Bh772iIw.js → table-B_lk-a1d.js} +1 -1
- package/dashboard/dist/assets/{team-types-C_HqX2p2.js → team-types-Se7f9LfJ.js} +1 -1
- package/dashboard/dist/assets/{terminal-EpmtGBlw.js → terminal-DXx4tvzq.js} +1 -1
- package/dashboard/dist/assets/{trash-2-Xen46iNQ.js → trash-2-CVh9mnRj.js} +1 -1
- package/dashboard/dist/assets/{users-BLueDPxF.js → users-Da9zGME5.js} +1 -1
- package/dashboard/dist/assets/{zap-DsQCPF61.js → zap-C0zaC7gJ.js} +1 -1
- package/dashboard/dist/index.html +1 -1
- package/dashboard/dist-server/dashboard/src/server/agents/adapter-factory.js +4 -0
- package/dashboard/dist-server/dashboard/src/server/agents/adapter-factory.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/server/agents/agy-adapter.d.ts +39 -0
- package/dashboard/dist-server/dashboard/src/server/agents/agy-adapter.js +423 -0
- package/dashboard/dist-server/dashboard/src/server/agents/agy-adapter.js.map +1 -0
- package/dashboard/dist-server/dashboard/src/server/agents/codex-cli-adapter.d.ts +6 -0
- package/dashboard/dist-server/dashboard/src/server/agents/codex-cli-adapter.js +109 -0
- package/dashboard/dist-server/dashboard/src/server/agents/codex-cli-adapter.js.map +1 -1
- package/dashboard/dist-server/dashboard/src/shared/constants.js +2 -0
- package/dashboard/dist-server/dashboard/src/shared/constants.js.map +1 -1
- package/dashboard/dist-server/shared/agent-types.d.ts +1 -1
- package/dist/shared/agent-types.d.ts +1 -1
- package/dist/shared/agent-types.d.ts.map +1 -1
- package/dist/src/agents/cli-agent-runner.d.ts.map +1 -1
- package/dist/src/agents/cli-agent-runner.js +3 -0
- package/dist/src/agents/cli-agent-runner.js.map +1 -1
- package/dist/src/commands/hooks.d.ts +64 -0
- package/dist/src/commands/hooks.d.ts.map +1 -1
- package/dist/src/commands/hooks.js +107 -0
- package/dist/src/commands/hooks.js.map +1 -1
- package/dist/src/commands/install.d.ts.map +1 -1
- package/dist/src/commands/install.js +17 -3
- package/dist/src/commands/install.js.map +1 -1
- package/dist/src/commands/update.d.ts.map +1 -1
- package/dist/src/commands/update.js +53 -0
- package/dist/src/commands/update.js.map +1 -1
- package/dist/src/config/cli-tools-config.d.ts +19 -5
- package/dist/src/config/cli-tools-config.d.ts.map +1 -1
- package/dist/src/config/cli-tools-config.js +77 -32
- package/dist/src/config/cli-tools-config.js.map +1 -1
- package/dist/src/config/cli-tools-defaults.json +2 -1
- package/dist/src/core/component-defs.d.ts.map +1 -1
- package/dist/src/core/component-defs.js +53 -0
- package/dist/src/core/component-defs.js.map +1 -1
- package/dist/src/tui/install-ui/InstallExecution.d.ts.map +1 -1
- package/dist/src/tui/install-ui/InstallExecution.js +5 -3
- package/dist/src/tui/install-ui/InstallExecution.js.map +1 -1
- package/dist/src/utils/update-notices.d.ts +62 -0
- package/dist/src/utils/update-notices.d.ts.map +1 -0
- package/dist/src/utils/update-notices.js +178 -0
- package/dist/src/utils/update-notices.js.map +1 -0
- package/package.json +84 -82
- package/shared/agent-types.ts +1 -1
- package/workflows/agy-instructions.md +124 -0
|
@@ -0,0 +1,471 @@
|
|
|
1
|
+
# Phase 4: Validation & Integration
|
|
2
|
+
|
|
3
|
+
Validate the generated skill package for structural completeness, reference integrity, and content quality. Produce a validation report and integration summary.
|
|
4
|
+
|
|
5
|
+
## Objective
|
|
6
|
+
|
|
7
|
+
- Verify all required files exist
|
|
8
|
+
- Validate SKILL.md references match actual phase files
|
|
9
|
+
- Check content preservation (for command extraction source)
|
|
10
|
+
- Verify cross-phase data flow consistency
|
|
11
|
+
- Report validation results to user
|
|
12
|
+
|
|
13
|
+
## Step 4.1: Structural Validation
|
|
14
|
+
|
|
15
|
+
```javascript
|
|
16
|
+
function validateStructure(config) {
|
|
17
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
18
|
+
const results = { errors: [], warnings: [], info: [] };
|
|
19
|
+
|
|
20
|
+
// Check SKILL.md exists
|
|
21
|
+
const skillMdExists = fileExists(`${skillDir}/SKILL.md`);
|
|
22
|
+
if (!skillMdExists) {
|
|
23
|
+
results.errors.push('SKILL.md not found');
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// Check all phase files exist
|
|
27
|
+
for (const phase of config.phases) {
|
|
28
|
+
const filename = `${String(phase.number).padStart(2, '0')}-${phase.slug}.md`;
|
|
29
|
+
const filepath = `${skillDir}/phases/${filename}`;
|
|
30
|
+
if (!fileExists(filepath)) {
|
|
31
|
+
results.errors.push(`Phase file missing: ${filepath}`);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// Check SKILL.md frontmatter
|
|
36
|
+
if (skillMdExists) {
|
|
37
|
+
const skillMd = view_file(`${skillDir}/SKILL.md`);
|
|
38
|
+
const fm = extractYAMLFrontmatter(skillMd);
|
|
39
|
+
|
|
40
|
+
if (!fm.name) results.errors.push('Frontmatter missing: name');
|
|
41
|
+
if (!fm.description) results.errors.push('Frontmatter missing: description');
|
|
42
|
+
if (!fm['allowed-tools']) results.errors.push('Frontmatter missing: allowed-tools');
|
|
43
|
+
|
|
44
|
+
// Check description has trigger phrase
|
|
45
|
+
if (fm.description && !fm.description.includes('Triggers on')) {
|
|
46
|
+
results.warnings.push('Description missing trigger phrase (Triggers on "...")');
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
return results;
|
|
51
|
+
}
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## Step 4.2: Reference Integrity
|
|
55
|
+
|
|
56
|
+
```javascript
|
|
57
|
+
function validateReferences(config) {
|
|
58
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
59
|
+
const results = { errors: [], warnings: [], info: [] };
|
|
60
|
+
const skillMd = view_file(`${skillDir}/SKILL.md`);
|
|
61
|
+
|
|
62
|
+
// Extract all Ref: markers from SKILL.md
|
|
63
|
+
const refMarkers = skillMd.match(/Ref: phases\/\S+\.md/g) || [];
|
|
64
|
+
const linkedFiles = skillMd.match(/\[phases\/\S+\.md\]\(phases\/\S+\.md\)/g) || [];
|
|
65
|
+
|
|
66
|
+
// Collect all referenced phase files
|
|
67
|
+
const referencedFiles = new Set();
|
|
68
|
+
for (const ref of refMarkers) {
|
|
69
|
+
referencedFiles.add(ref.replace('Ref: ', ''));
|
|
70
|
+
}
|
|
71
|
+
for (const link of linkedFiles) {
|
|
72
|
+
const match = link.match(/\(phases\/\S+\.md\)/);
|
|
73
|
+
if (match) referencedFiles.add(match[0].replace(/[()]/g, ''));
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// Check each referenced file exists
|
|
77
|
+
for (const refFile of referencedFiles) {
|
|
78
|
+
if (!fileExists(`${skillDir}/${refFile}`)) {
|
|
79
|
+
results.errors.push(`Referenced file not found: ${refFile}`);
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// Check each phase file is referenced in SKILL.md
|
|
84
|
+
for (const phase of config.phases) {
|
|
85
|
+
const filename = `phases/${String(phase.number).padStart(2, '0')}-${phase.slug}.md`;
|
|
86
|
+
if (!referencedFiles.has(filename)) {
|
|
87
|
+
results.warnings.push(`Phase file not referenced in SKILL.md: ${filename}`);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// Check Phase Reference Documents table exists
|
|
92
|
+
if (!skillMd.includes('Phase Reference Documents')) {
|
|
93
|
+
results.errors.push('SKILL.md missing Phase Reference Documents table');
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Check Phase Reference Documents table has entries for all phases
|
|
97
|
+
for (const phase of config.phases) {
|
|
98
|
+
const filename = `${String(phase.number).padStart(2, '0')}-${phase.slug}.md`;
|
|
99
|
+
if (!skillMd.includes(filename)) {
|
|
100
|
+
results.errors.push(`Phase Reference table missing entry for: ${filename}`);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
return results;
|
|
105
|
+
}
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Step 4.3: Content Quality (Command Extraction Only)
|
|
109
|
+
|
|
110
|
+
```javascript
|
|
111
|
+
function validateContentQuality(config) {
|
|
112
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
113
|
+
const results = { errors: [], warnings: [], info: [] };
|
|
114
|
+
|
|
115
|
+
if (config.source.type !== 'command_set') {
|
|
116
|
+
results.info.push('Content quality check skipped (not command extraction)');
|
|
117
|
+
return results;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
for (const phase of config.phases) {
|
|
121
|
+
if (!phase.sourcePath) continue;
|
|
122
|
+
|
|
123
|
+
const sourceContent = view_file(phase.sourcePath);
|
|
124
|
+
const sourceBody = removeYAMLFrontmatter(sourceContent);
|
|
125
|
+
const filename = `${String(phase.number).padStart(2, '0')}-${phase.slug}.md`;
|
|
126
|
+
const phaseContent = view_file(`${skillDir}/phases/${filename}`);
|
|
127
|
+
|
|
128
|
+
// Line count comparison
|
|
129
|
+
const sourceLines = sourceBody.split('\n').length;
|
|
130
|
+
const phaseLines = phaseContent.split('\n').length;
|
|
131
|
+
const ratio = phaseLines / sourceLines;
|
|
132
|
+
|
|
133
|
+
if (ratio < 0.7) {
|
|
134
|
+
results.errors.push(
|
|
135
|
+
`Phase ${phase.number} content loss: source=${sourceLines} lines, phase=${phaseLines} lines (${Math.round(ratio * 100)}%)`
|
|
136
|
+
);
|
|
137
|
+
} else if (ratio < 0.9) {
|
|
138
|
+
results.warnings.push(
|
|
139
|
+
`Phase ${phase.number} possible content reduction: source=${sourceLines}, phase=${phaseLines} (${Math.round(ratio * 100)}%)`
|
|
140
|
+
);
|
|
141
|
+
} else {
|
|
142
|
+
results.info.push(
|
|
143
|
+
`Phase ${phase.number} content preserved: source=${sourceLines}, phase=${phaseLines} (${Math.round(ratio * 100)}%)`
|
|
144
|
+
);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// Code block count comparison
|
|
148
|
+
const sourceBlocks = (sourceBody.match(/```/g) || []).length / 2;
|
|
149
|
+
const phaseBlocks = (phaseContent.match(/```/g) || []).length / 2;
|
|
150
|
+
if (phaseBlocks < sourceBlocks) {
|
|
151
|
+
results.warnings.push(
|
|
152
|
+
`Phase ${phase.number} missing code blocks: source=${sourceBlocks}, phase=${phaseBlocks}`
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// Agent prompt preservation
|
|
157
|
+
const sourceAgents = (sourceBody.match(/Task\(|subagent_type/g) || []).length;
|
|
158
|
+
const phaseAgents = (phaseContent.match(/Task\(|subagent_type/g) || []).length;
|
|
159
|
+
if (phaseAgents < sourceAgents) {
|
|
160
|
+
results.errors.push(
|
|
161
|
+
`Phase ${phase.number} missing agent calls: source=${sourceAgents}, phase=${phaseAgents}`
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
return results;
|
|
167
|
+
}
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
## Step 4.4: Data Flow Consistency
|
|
171
|
+
|
|
172
|
+
```javascript
|
|
173
|
+
function validateDataFlow(config) {
|
|
174
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
175
|
+
const results = { errors: [], warnings: [], info: [] };
|
|
176
|
+
const skillMd = view_file(`${skillDir}/SKILL.md`);
|
|
177
|
+
|
|
178
|
+
// Check all data flow variables are mentioned in SKILL.md
|
|
179
|
+
for (const flow of config.dataFlow) {
|
|
180
|
+
for (const variable of flow.variables) {
|
|
181
|
+
if (!skillMd.includes(variable)) {
|
|
182
|
+
results.warnings.push(
|
|
183
|
+
`Data flow variable '${variable}' (${flow.from} → ${flow.to}) not found in SKILL.md`
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// Check conditional phases have their condition in SKILL.md
|
|
190
|
+
for (const phase of config.phases) {
|
|
191
|
+
if (phase.isConditional && phase.condition) {
|
|
192
|
+
// Extract the key variable from condition
|
|
193
|
+
const condVar = phase.condition.match(/\w+/)?.[0];
|
|
194
|
+
if (condVar && !skillMd.includes(condVar)) {
|
|
195
|
+
results.errors.push(
|
|
196
|
+
`Conditional Phase ${phase.number} condition variable '${condVar}' not found in SKILL.md`
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
return results;
|
|
203
|
+
}
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
## Step 4.5: SKILL.md Section Completeness
|
|
207
|
+
|
|
208
|
+
```javascript
|
|
209
|
+
function validateSkillMdSections(config) {
|
|
210
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
211
|
+
const results = { errors: [], warnings: [], info: [] };
|
|
212
|
+
const skillMd = view_file(`${skillDir}/SKILL.md`);
|
|
213
|
+
|
|
214
|
+
// Required sections
|
|
215
|
+
const requiredSections = [
|
|
216
|
+
{ name: 'Architecture Overview', pattern: /## Architecture Overview/ },
|
|
217
|
+
{ name: 'Execution Flow', pattern: /## Execution Flow/ },
|
|
218
|
+
{ name: 'Core Rules', pattern: /## Core Rules/ },
|
|
219
|
+
{ name: 'Data Flow', pattern: /## Data Flow/ },
|
|
220
|
+
{ name: 'Error Handling', pattern: /## Error Handling/ }
|
|
221
|
+
];
|
|
222
|
+
|
|
223
|
+
// Recommended sections
|
|
224
|
+
const recommendedSections = [
|
|
225
|
+
{ name: 'Key Design Principles', pattern: /## Key Design Principles/ },
|
|
226
|
+
{ name: 'Input Processing', pattern: /## Input Processing/ },
|
|
227
|
+
{ name: 'TodoWrite Pattern', pattern: /## TodoWrite Pattern/ },
|
|
228
|
+
{ name: 'Coordinator Checklist', pattern: /## Coordinator Checklist/ },
|
|
229
|
+
{ name: 'Related Commands', pattern: /## Related Commands/ }
|
|
230
|
+
];
|
|
231
|
+
|
|
232
|
+
// Conditional sections
|
|
233
|
+
const conditionalSections = [
|
|
234
|
+
{ name: 'Interactive Preference Collection', pattern: /## Interactive Preference Collection/, condition: config.features.hasAutoMode },
|
|
235
|
+
{ name: 'Auto Mode Defaults', pattern: /## Auto Mode Defaults/, condition: config.features.hasAutoMode },
|
|
236
|
+
{ name: 'Post-Phase Updates', pattern: /## Post-Phase Updates/, condition: config.features.hasPostPhaseUpdates }
|
|
237
|
+
];
|
|
238
|
+
|
|
239
|
+
for (const section of requiredSections) {
|
|
240
|
+
if (!section.pattern.test(skillMd)) {
|
|
241
|
+
results.errors.push(`Missing required section: ${section.name}`);
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
for (const section of recommendedSections) {
|
|
246
|
+
if (!section.pattern.test(skillMd)) {
|
|
247
|
+
results.warnings.push(`Missing recommended section: ${section.name}`);
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
for (const section of conditionalSections) {
|
|
252
|
+
if (section.condition && !section.pattern.test(skillMd)) {
|
|
253
|
+
results.warnings.push(`Missing conditional section: ${section.name} (feature enabled but section absent)`);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
return results;
|
|
258
|
+
}
|
|
259
|
+
```
|
|
260
|
+
|
|
261
|
+
## Step 4.6: Phase File Hygiene
|
|
262
|
+
|
|
263
|
+
Scan generated phase files for prohibited content patterns. Phase files are internal execution documents and must not contain user-facing syntax, flag parsing, or inter-phase routing.
|
|
264
|
+
|
|
265
|
+
```javascript
|
|
266
|
+
function validatePhaseFileHygiene(config) {
|
|
267
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
268
|
+
const results = { errors: [], warnings: [], info: [] };
|
|
269
|
+
|
|
270
|
+
const prohibitedPatterns = [
|
|
271
|
+
{
|
|
272
|
+
name: 'Flag parsing ($ARGUMENTS)',
|
|
273
|
+
regex: /\$ARGUMENTS\.includes/g,
|
|
274
|
+
severity: 'error',
|
|
275
|
+
fix: 'Replace with workflowPreferences.{key} reference'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
name: 'Invocation syntax (/skill-name)',
|
|
279
|
+
regex: /\/\w+[\-:]\w+\s+["']/g,
|
|
280
|
+
severity: 'warning',
|
|
281
|
+
fix: 'Remove (phase files are not user-facing docs)'
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
name: 'Conversion provenance (Source: Converted from)',
|
|
285
|
+
regex: /Source:.*Converted from/g,
|
|
286
|
+
severity: 'warning',
|
|
287
|
+
fix: 'Remove (implementation detail)'
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
name: 'Skill routing for inter-phase (Skill(skill=...)',
|
|
291
|
+
regex: /Skill\(skill=/g,
|
|
292
|
+
severity: 'error',
|
|
293
|
+
fix: 'Replace with direct view_file("phases/0N-xxx.md")'
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
name: 'CLI flag definitions (--flag)',
|
|
297
|
+
regex: /^\s*-\w,\s+--\w+\s+/gm,
|
|
298
|
+
severity: 'warning',
|
|
299
|
+
fix: 'Move flag definitions to SKILL.md Interactive Preference Collection'
|
|
300
|
+
}
|
|
301
|
+
];
|
|
302
|
+
|
|
303
|
+
for (const phase of config.phases) {
|
|
304
|
+
const filename = `${String(phase.number).padStart(2, '0')}-${phase.slug}.md`;
|
|
305
|
+
const filepath = `${skillDir}/phases/${filename}`;
|
|
306
|
+
if (!fileExists(filepath)) continue;
|
|
307
|
+
|
|
308
|
+
const content = view_file(filepath);
|
|
309
|
+
|
|
310
|
+
for (const pattern of prohibitedPatterns) {
|
|
311
|
+
const matches = content.match(pattern.regex);
|
|
312
|
+
if (matches && matches.length > 0) {
|
|
313
|
+
const msg = `Phase ${phase.number} (${filename}): ${pattern.name} found (${matches.length} occurrence(s)). Fix: ${pattern.fix}`;
|
|
314
|
+
if (pattern.severity === 'error') {
|
|
315
|
+
results.errors.push(msg);
|
|
316
|
+
} else {
|
|
317
|
+
results.warnings.push(msg);
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
if (results.errors.length === 0 && results.warnings.length === 0) {
|
|
324
|
+
results.info.push('Phase file hygiene: All phase files clean ✓');
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
return results;
|
|
328
|
+
}
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
## Step 4.7: Aggregate Results and Report
|
|
332
|
+
|
|
333
|
+
```javascript
|
|
334
|
+
function generateValidationReport(config) {
|
|
335
|
+
const structural = validateStructure(config);
|
|
336
|
+
const references = validateReferences(config);
|
|
337
|
+
const content = validateContentQuality(config);
|
|
338
|
+
const dataFlow = validateDataFlow(config);
|
|
339
|
+
const sections = validateSkillMdSections(config);
|
|
340
|
+
const hygiene = validatePhaseFileHygiene(config);
|
|
341
|
+
|
|
342
|
+
// Aggregate
|
|
343
|
+
const allErrors = [
|
|
344
|
+
...structural.errors,
|
|
345
|
+
...references.errors,
|
|
346
|
+
...content.errors,
|
|
347
|
+
...dataFlow.errors,
|
|
348
|
+
...sections.errors,
|
|
349
|
+
...hygiene.errors
|
|
350
|
+
];
|
|
351
|
+
const allWarnings = [
|
|
352
|
+
...structural.warnings,
|
|
353
|
+
...references.warnings,
|
|
354
|
+
...content.warnings,
|
|
355
|
+
...dataFlow.warnings,
|
|
356
|
+
...sections.warnings,
|
|
357
|
+
...hygiene.warnings
|
|
358
|
+
];
|
|
359
|
+
const allInfo = [
|
|
360
|
+
...structural.info,
|
|
361
|
+
...references.info,
|
|
362
|
+
...content.info,
|
|
363
|
+
...dataFlow.info,
|
|
364
|
+
...sections.info,
|
|
365
|
+
...hygiene.info
|
|
366
|
+
];
|
|
367
|
+
|
|
368
|
+
// Quality gate
|
|
369
|
+
const gate = allErrors.length === 0 ? 'PASS' :
|
|
370
|
+
allErrors.length <= 2 ? 'REVIEW' : 'FAIL';
|
|
371
|
+
|
|
372
|
+
// Display report
|
|
373
|
+
const skillDir = `.claude/skills/${config.skillName}`;
|
|
374
|
+
|
|
375
|
+
console.log(`
|
|
376
|
+
╔══════════════════════════════════════╗
|
|
377
|
+
║ Workflow Skill Validation Report ║
|
|
378
|
+
╠══════════════════════════════════════╣
|
|
379
|
+
║ Skill: ${config.skillName.padEnd(28)}║
|
|
380
|
+
║ Gate: ${gate.padEnd(28)}║
|
|
381
|
+
╚══════════════════════════════════════╝
|
|
382
|
+
|
|
383
|
+
Structure:
|
|
384
|
+
${skillDir}/
|
|
385
|
+
├── SKILL.md ${fileExists(`${skillDir}/SKILL.md`) ? '✓' : '✗'}
|
|
386
|
+
└── phases/
|
|
387
|
+
${config.phases.map(p => {
|
|
388
|
+
const fn = `${String(p.number).padStart(2, '0')}-${p.slug}.md`;
|
|
389
|
+
return ` ├── ${fn.padEnd(30)} ${fileExists(`${skillDir}/phases/${fn}`) ? '✓' : '✗'}`;
|
|
390
|
+
}).join('\n')}
|
|
391
|
+
|
|
392
|
+
${allErrors.length > 0 ? `Errors (${allErrors.length}):\n${allErrors.map(e => ` ✗ ${e}`).join('\n')}` : 'Errors: None ✓'}
|
|
393
|
+
|
|
394
|
+
${allWarnings.length > 0 ? `Warnings (${allWarnings.length}):\n${allWarnings.map(w => ` ⚠ ${w}`).join('\n')}` : 'Warnings: None ✓'}
|
|
395
|
+
|
|
396
|
+
${allInfo.length > 0 ? `Info:\n${allInfo.map(i => ` ℹ ${i}`).join('\n')}` : ''}
|
|
397
|
+
`);
|
|
398
|
+
|
|
399
|
+
return { gate, errors: allErrors, warnings: allWarnings, info: allInfo };
|
|
400
|
+
}
|
|
401
|
+
```
|
|
402
|
+
|
|
403
|
+
## Step 4.8: Error Recovery
|
|
404
|
+
|
|
405
|
+
If validation fails, offer recovery options:
|
|
406
|
+
|
|
407
|
+
```javascript
|
|
408
|
+
if (report.gate === 'FAIL') {
|
|
409
|
+
const recovery = ask_question({
|
|
410
|
+
questions: [{
|
|
411
|
+
question: `Validation found ${report.errors.length} errors. How to proceed?`,
|
|
412
|
+
header: "Recovery",
|
|
413
|
+
multiSelect: false,
|
|
414
|
+
options: [
|
|
415
|
+
{ label: "Auto-fix", description: "Attempt automatic fixes for common issues" },
|
|
416
|
+
{ label: "Regenerate phases", description: "Re-run Phase 3 with stricter preservation" },
|
|
417
|
+
{ label: "Accept as-is", description: "Proceed despite errors (manual fix later)" }
|
|
418
|
+
]
|
|
419
|
+
}]
|
|
420
|
+
});
|
|
421
|
+
|
|
422
|
+
if (recovery === 'Auto-fix') {
|
|
423
|
+
// Common auto-fixes:
|
|
424
|
+
// 1. Missing Next Phase links → add them
|
|
425
|
+
// 2. Missing Output sections → add from config
|
|
426
|
+
// 3. Missing Phase Reference table → generate from config
|
|
427
|
+
autoFixCommonIssues(config, report.errors);
|
|
428
|
+
// Re-validate
|
|
429
|
+
return generateValidationReport(config);
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
```
|
|
433
|
+
|
|
434
|
+
## Step 4.9: Integration Summary
|
|
435
|
+
|
|
436
|
+
```javascript
|
|
437
|
+
function displayIntegrationSummary(config) {
|
|
438
|
+
console.log(`
|
|
439
|
+
Integration Complete:
|
|
440
|
+
Location: .claude/skills/${config.skillName}/
|
|
441
|
+
Files: ${config.phases.length + 1} (SKILL.md + ${config.phases.length} phases)
|
|
442
|
+
|
|
443
|
+
Usage:
|
|
444
|
+
Trigger: ${config.triggers.map(t => `"${t}"`).join(', ')}
|
|
445
|
+
Design Patterns Applied:
|
|
446
|
+
✓ Progressive phase loading (Ref: markers)
|
|
447
|
+
✓ Phase Reference Documents table
|
|
448
|
+
✓ Phase file hygiene (no flag parsing, no invocation syntax)
|
|
449
|
+
${config.features.hasTodoWriteSubTasks ? '✓' : '○'} TodoWrite attachment/collapse
|
|
450
|
+
${config.features.hasConditionalPhases ? '✓' : '○'} Conditional phase execution
|
|
451
|
+
${config.features.hasAutoMode ? '✓' : '○'} Interactive preference collection (ask_question)
|
|
452
|
+
${config.features.hasPostPhaseUpdates ? '✓' : '○'} Post-phase state updates
|
|
453
|
+
${config.features.hasPlanningNotes ? '✓' : '○'} Accumulated planning notes
|
|
454
|
+
|
|
455
|
+
Next Steps:
|
|
456
|
+
1. Review SKILL.md orchestrator logic
|
|
457
|
+
2. Review each phase file for completeness
|
|
458
|
+
3. Test skill invocation with trigger phrase
|
|
459
|
+
4. Iterate based on execution results
|
|
460
|
+
`);
|
|
461
|
+
}
|
|
462
|
+
```
|
|
463
|
+
|
|
464
|
+
## Output
|
|
465
|
+
|
|
466
|
+
- **Report**: Validation results with quality gate (PASS/REVIEW/FAIL)
|
|
467
|
+
- **TodoWrite**: Mark Phase 4 completed (all tasks done)
|
|
468
|
+
|
|
469
|
+
## Completion
|
|
470
|
+
|
|
471
|
+
Workflow Skill Designer has completed. The generated skill package is ready at `.claude/skills/{skillName}/`.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{d as W,r as d,A as J,j as e,F as C,o as xe,W as j,p as pe,V as ue,X as fe,n as Z,B as he}from"./index-
|
|
1
|
+
import{d as W,r as d,A as J,j as e,F as C,o as xe,W as j,p as pe,V as ue,X as fe,n as Z,B as he}from"./index-DQIlX2w_.js";import{C as me}from"./code-DoB7rfxt.js";import{S as X}from"./search-b78eLlw2.js";import{u as Q}from"./shallow-CJEesgtu.js";import{F as M,T as ge}from"./TreeBrowser-CVtPF5C9.js";import{M as ve}from"./MarkdownRenderer-ZGtOY7Ti.js";import{C as ee}from"./chevron-right-SmErd_1F.js";import{D as te}from"./folder-B8ODoZfb.js";import{C as re}from"./circle-CjpslL_D.js";import{C as $}from"./circle-check-BIkDU5D5.js";import{A as be}from"./index-BL4h1OKY.js";import{m as N}from"./proxy-CcYyZZWI.js";/**
|
|
2
2
|
* @license lucide-react v0.577.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|