@mytechtoday/augment-extensions 0.4.0 → 0.7.0
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/README.md +6 -6
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-latte/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/catppuccin-mocha/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/dracula/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/gruvbox-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/README.md +27 -0
- package/augment-extensions/domain-rules/design/color/themes/high-contrast/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/monokai/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/nord/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/one-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-dark/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/solarized-light/module.json +26 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/README.md +23 -0
- package/augment-extensions/domain-rules/design/color/themes/tokyo-night/module.json +26 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/README.md +136 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/SCHEMA-VALIDATION-REPORT.md +216 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/brand-kit-example.yaml +292 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/campaign-brief-example.yaml +389 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/content-calendar-example.yaml +643 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/email-newsletter-example.md +376 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/landing-page-example.md +934 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/ppc-ad-copy-example.md +301 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/seo-blog-post-example.md +347 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/examples/social-media-campaign-example.md +606 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/module.json +50 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/affiliate-influencer-marketing.md +593 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/asset-management.md +418 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/brand-consistency.md +210 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/content-marketing.md +337 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/conversion-optimization.md +455 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/direct-sales.md +499 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/email-marketing.md +439 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/legal-compliance.md +227 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/ppc-advertising.md +569 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/seo-optimization.md +470 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/social-media-marketing.md +414 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/rules/universal-marketing.md +177 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/asset-inventory.schema.json +247 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/brand-kit.schema.json +326 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/campaign-brief.schema.json +342 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/color-palette.schema.json +223 -0
- package/augment-extensions/domain-rules/marketing-standards/seo-sales-marketing/schemas/content-template.schema.json +383 -0
- package/augment-extensions/workflows/beads-integration/IMPLEMENTATION-STATUS.md +145 -0
- package/augment-extensions/workflows/beads-integration/README.md +143 -0
- package/augment-extensions/workflows/beads-integration/config/defaults.json +32 -0
- package/augment-extensions/workflows/beads-integration/config/schema.json +140 -0
- package/augment-extensions/workflows/beads-integration/examples/basic-task-generation.md +293 -0
- package/augment-extensions/workflows/beads-integration/module.json +75 -0
- package/augment-extensions/workflows/beads-integration/rules/core-rules.md +219 -0
- package/augment-extensions/workflows/beads-integration/rules/effectiveness-standards.md +256 -0
- package/augment-extensions/workflows/beads-integration/rules/task-generation.md +607 -0
- package/augment-extensions/writing-standards/screenplay/README.md +135 -6
- package/augment-extensions/writing-standards/screenplay/_templates/README.md +121 -0
- package/augment-extensions/writing-standards/screenplay/_templates/genre-template.md +153 -0
- package/augment-extensions/writing-standards/screenplay/_templates/style-template.md +243 -0
- package/augment-extensions/writing-standards/screenplay/_templates/theme-template.md +213 -0
- package/augment-extensions/writing-standards/screenplay/examples/beat-sheet-example.yaml +95 -0
- package/augment-extensions/writing-standards/screenplay/examples/character-profile-example.yaml +116 -0
- package/augment-extensions/writing-standards/screenplay/examples/commercial-30sec.fountain +151 -0
- package/augment-extensions/writing-standards/screenplay/examples/independent-monologue.fountain +67 -0
- package/augment-extensions/writing-standards/screenplay/examples/news-segment.fountain +142 -0
- package/augment-extensions/writing-standards/screenplay/examples/plot-outline-example.yaml +184 -0
- package/augment-extensions/writing-standards/screenplay/examples/tv-episode-teaser.fountain +204 -0
- package/augment-extensions/writing-standards/screenplay/genres/README.md +181 -0
- package/augment-extensions/writing-standards/screenplay/genres/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/module.json +70 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/action.md +399 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/adventure.md +407 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/animation.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/biographical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/comedy.md +401 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/documentary.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/drama.md +409 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/fantasy.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/historical.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/horror.md +268 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/musical.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/mystery.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/noir.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/romance.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/sci-fi.md +289 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/superhero.md +293 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/thriller.md +294 -0
- package/augment-extensions/writing-standards/screenplay/genres/rules/western.md +293 -0
- package/augment-extensions/writing-standards/screenplay/module.json +1 -1
- package/augment-extensions/writing-standards/screenplay/rules/aaa-hollywood-films.md +339 -0
- package/augment-extensions/writing-standards/screenplay/rules/ai-integration-testing.md +329 -0
- package/augment-extensions/writing-standards/screenplay/rules/character-development.md +169 -0
- package/augment-extensions/writing-standards/screenplay/rules/commercials.md +437 -0
- package/augment-extensions/writing-standards/screenplay/rules/dialogue-writing.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/diversity-inclusion.md +261 -0
- package/augment-extensions/writing-standards/screenplay/rules/examples-guide.md +315 -0
- package/augment-extensions/writing-standards/screenplay/rules/formatting-validation.md +413 -0
- package/augment-extensions/writing-standards/screenplay/rules/fountain-format.md +372 -0
- package/augment-extensions/writing-standards/screenplay/rules/independent-films.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/live-tv-productions.md +443 -0
- package/augment-extensions/writing-standards/screenplay/rules/narrative-structures.md +207 -0
- package/augment-extensions/writing-standards/screenplay/rules/news-broadcasts.md +444 -0
- package/augment-extensions/writing-standards/screenplay/rules/pacing-timing.md +331 -0
- package/augment-extensions/writing-standards/screenplay/rules/quality-review-checklist.md +334 -0
- package/augment-extensions/writing-standards/screenplay/rules/quick-reference.md +299 -0
- package/augment-extensions/writing-standards/screenplay/rules/screen-continuity.md +263 -0
- package/augment-extensions/writing-standards/screenplay/rules/streaming-content.md +412 -0
- package/augment-extensions/writing-standards/screenplay/rules/trope-management.md +370 -0
- package/augment-extensions/writing-standards/screenplay/rules/tv-series.md +374 -0
- package/augment-extensions/writing-standards/screenplay/rules/vscode-integration.md +277 -0
- package/augment-extensions/writing-standards/screenplay/rules/web-content.md +393 -0
- package/augment-extensions/writing-standards/screenplay/schemas/beat-sheet.json +332 -0
- package/augment-extensions/writing-standards/screenplay/schemas/character-profile.json +247 -0
- package/augment-extensions/writing-standards/screenplay/schemas/feature-selection.json +200 -0
- package/augment-extensions/writing-standards/screenplay/schemas/plot-outline.json +233 -0
- package/augment-extensions/writing-standards/screenplay/schemas/screenplay-config.json +245 -0
- package/augment-extensions/writing-standards/screenplay/schemas/trope-inventory.json +221 -0
- package/augment-extensions/writing-standards/screenplay/styles/README.md +159 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/examples/style-applications.md +1449 -0
- package/augment-extensions/writing-standards/screenplay/styles/module.json +64 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/dialogue-centric.md +520 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/ensemble.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/epic.md +497 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/experimental.md +492 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/flashback.md +509 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/linear.md +490 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/minimalist.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/non-linear.md +501 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/poetic.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/realistic.md +498 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/satirical.md +499 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/surreal.md +508 -0
- package/augment-extensions/writing-standards/screenplay/styles/rules/voice-over.md +500 -0
- package/augment-extensions/writing-standards/screenplay/themes/README.md +158 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/common-mistakes-and-fixes.md +643 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/complete-scene-example.md +311 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/individual-theme-examples.md +562 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/multi-theme-weaving.md +538 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-application-guide.md +432 -0
- package/augment-extensions/writing-standards/screenplay/themes/examples/theme-integration-across-acts.md +637 -0
- package/augment-extensions/writing-standards/screenplay/themes/module.json +66 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/.gitkeep +2 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/ambition.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/betrayal.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/environment.md +458 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/fate.md +459 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/friendship.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/growth.md +491 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/identity.md +490 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/isolation.md +464 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/justice.md +461 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/love.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/power.md +494 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/redemption.md +483 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/revenge.md +489 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/survival.md +496 -0
- package/augment-extensions/writing-standards/screenplay/themes/rules/technology.md +463 -0
- package/cli/dist/cli.js +30 -1
- package/cli/dist/cli.js.map +1 -1
- package/cli/dist/commands/show.d.ts +23 -0
- package/cli/dist/commands/show.d.ts.map +1 -1
- package/cli/dist/commands/show.js +928 -10
- package/cli/dist/commands/show.js.map +1 -1
- package/cli/dist/types/gui.d.ts +62 -0
- package/cli/dist/types/gui.d.ts.map +1 -0
- package/cli/dist/types/gui.js +30 -0
- package/cli/dist/types/gui.js.map +1 -0
- package/cli/dist/utils/config-system.d.ts +111 -0
- package/cli/dist/utils/config-system.d.ts.map +1 -0
- package/cli/dist/utils/config-system.js +239 -0
- package/cli/dist/utils/config-system.js.map +1 -0
- package/cli/dist/utils/gui-helpers.d.ts +23 -0
- package/cli/dist/utils/gui-helpers.d.ts.map +1 -0
- package/cli/dist/utils/gui-helpers.js +159 -0
- package/cli/dist/utils/gui-helpers.js.map +1 -0
- package/cli/dist/utils/hook-system.d.ts +84 -0
- package/cli/dist/utils/hook-system.d.ts.map +1 -0
- package/cli/dist/utils/hook-system.js +151 -0
- package/cli/dist/utils/hook-system.js.map +1 -0
- package/cli/dist/utils/inspection-cache.d.ts +56 -0
- package/cli/dist/utils/inspection-cache.d.ts.map +1 -0
- package/cli/dist/utils/inspection-cache.js +166 -0
- package/cli/dist/utils/inspection-cache.js.map +1 -0
- package/cli/dist/utils/inspection-handlers.d.ts +75 -0
- package/cli/dist/utils/inspection-handlers.d.ts.map +1 -0
- package/cli/dist/utils/inspection-handlers.js +171 -0
- package/cli/dist/utils/inspection-handlers.js.map +1 -0
- package/cli/dist/utils/module-system.d.ts +81 -1
- package/cli/dist/utils/module-system.d.ts.map +1 -1
- package/cli/dist/utils/module-system.js +393 -16
- package/cli/dist/utils/module-system.js.map +1 -1
- package/cli/dist/utils/plugin-system.d.ts +133 -0
- package/cli/dist/utils/plugin-system.d.ts.map +1 -0
- package/cli/dist/utils/plugin-system.js +210 -0
- package/cli/dist/utils/plugin-system.js.map +1 -0
- package/cli/dist/utils/progress.d.ts +67 -0
- package/cli/dist/utils/progress.d.ts.map +1 -0
- package/cli/dist/utils/progress.js +146 -0
- package/cli/dist/utils/progress.js.map +1 -0
- package/cli/dist/utils/stream-reader.d.ts +34 -0
- package/cli/dist/utils/stream-reader.d.ts.map +1 -0
- package/cli/dist/utils/stream-reader.js +147 -0
- package/cli/dist/utils/stream-reader.js.map +1 -0
- package/cli/dist/utils/vscode-editor.d.ts +45 -0
- package/cli/dist/utils/vscode-editor.d.ts.map +1 -0
- package/cli/dist/utils/vscode-editor.js +171 -0
- package/cli/dist/utils/vscode-editor.js.map +1 -0
- package/cli/dist/utils/vscode-links.d.ts +49 -0
- package/cli/dist/utils/vscode-links.d.ts.map +1 -0
- package/cli/dist/utils/vscode-links.js +167 -0
- package/cli/dist/utils/vscode-links.js.map +1 -0
- package/modules.md +44 -2
- package/package.json +6 -4
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://augment.dev/schemas/marketing/content-template.json",
|
|
4
|
+
"title": "Content Template",
|
|
5
|
+
"description": "JSON schema for content templates (blog, social, email) with validation rules",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["templateName", "contentType"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"templateName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"description": "Template name"
|
|
12
|
+
},
|
|
13
|
+
"templateId": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"description": "Unique template identifier"
|
|
16
|
+
},
|
|
17
|
+
"contentType": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"enum": ["blog_post", "social_media", "email", "landing_page", "case_study", "whitepaper", "press_release", "newsletter", "ad_copy", "other"],
|
|
20
|
+
"description": "Type of content"
|
|
21
|
+
},
|
|
22
|
+
"platform": {
|
|
23
|
+
"type": "string",
|
|
24
|
+
"enum": ["website", "facebook", "instagram", "twitter", "linkedin", "youtube", "tiktok", "email", "other"],
|
|
25
|
+
"description": "Target platform (for social media and email)"
|
|
26
|
+
},
|
|
27
|
+
"structure": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"description": "Content structure and sections",
|
|
30
|
+
"properties": {
|
|
31
|
+
"sections": {
|
|
32
|
+
"type": "array",
|
|
33
|
+
"items": {
|
|
34
|
+
"type": "object",
|
|
35
|
+
"required": ["name", "type"],
|
|
36
|
+
"properties": {
|
|
37
|
+
"name": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"description": "Section name (e.g., 'Introduction', 'Body', 'CTA')"
|
|
40
|
+
},
|
|
41
|
+
"type": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"enum": ["heading", "paragraph", "list", "image", "video", "cta", "quote", "code", "table", "custom"],
|
|
44
|
+
"description": "Section type"
|
|
45
|
+
},
|
|
46
|
+
"required": {
|
|
47
|
+
"type": "boolean",
|
|
48
|
+
"default": false,
|
|
49
|
+
"description": "Whether this section is required"
|
|
50
|
+
},
|
|
51
|
+
"placeholder": {
|
|
52
|
+
"type": "string",
|
|
53
|
+
"description": "Placeholder text or instructions"
|
|
54
|
+
},
|
|
55
|
+
"maxLength": {
|
|
56
|
+
"type": "integer",
|
|
57
|
+
"description": "Maximum character length"
|
|
58
|
+
},
|
|
59
|
+
"minLength": {
|
|
60
|
+
"type": "integer",
|
|
61
|
+
"description": "Minimum character length"
|
|
62
|
+
},
|
|
63
|
+
"validation": {
|
|
64
|
+
"type": "object",
|
|
65
|
+
"properties": {
|
|
66
|
+
"pattern": { "type": "string" },
|
|
67
|
+
"errorMessage": { "type": "string" }
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"metadata": {
|
|
76
|
+
"type": "object",
|
|
77
|
+
"description": "Content metadata fields",
|
|
78
|
+
"properties": {
|
|
79
|
+
"title": {
|
|
80
|
+
"type": "object",
|
|
81
|
+
"properties": {
|
|
82
|
+
"required": { "type": "boolean", "default": true },
|
|
83
|
+
"maxLength": { "type": "integer", "default": 60 },
|
|
84
|
+
"placeholder": { "type": "string" }
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"description": {
|
|
88
|
+
"type": "object",
|
|
89
|
+
"properties": {
|
|
90
|
+
"required": { "type": "boolean", "default": true },
|
|
91
|
+
"maxLength": { "type": "integer", "default": 160 },
|
|
92
|
+
"placeholder": { "type": "string" }
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"keywords": {
|
|
96
|
+
"type": "object",
|
|
97
|
+
"properties": {
|
|
98
|
+
"required": { "type": "boolean", "default": false },
|
|
99
|
+
"minItems": { "type": "integer", "default": 3 },
|
|
100
|
+
"maxItems": { "type": "integer", "default": 10 }
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"author": {
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"required": { "type": "boolean", "default": true },
|
|
107
|
+
"placeholder": { "type": "string" }
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"publishDate": {
|
|
111
|
+
"type": "object",
|
|
112
|
+
"properties": {
|
|
113
|
+
"required": { "type": "boolean", "default": true },
|
|
114
|
+
"format": { "type": "string", "default": "date-time" }
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"category": {
|
|
118
|
+
"type": "object",
|
|
119
|
+
"properties": {
|
|
120
|
+
"required": { "type": "boolean", "default": false },
|
|
121
|
+
"options": { "type": "array", "items": { "type": "string" } }
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"tags": {
|
|
125
|
+
"type": "object",
|
|
126
|
+
"properties": {
|
|
127
|
+
"required": { "type": "boolean", "default": false },
|
|
128
|
+
"minItems": { "type": "integer" },
|
|
129
|
+
"maxItems": { "type": "integer" }
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"seo": {
|
|
135
|
+
"type": "object",
|
|
136
|
+
"description": "SEO-specific fields",
|
|
137
|
+
"properties": {
|
|
138
|
+
"metaTitle": {
|
|
139
|
+
"type": "object",
|
|
140
|
+
"properties": {
|
|
141
|
+
"maxLength": { "type": "integer", "default": 60 },
|
|
142
|
+
"includeKeyword": { "type": "boolean", "default": true }
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"metaDescription": {
|
|
146
|
+
"type": "object",
|
|
147
|
+
"properties": {
|
|
148
|
+
"maxLength": { "type": "integer", "default": 160 },
|
|
149
|
+
"includeKeyword": { "type": "boolean", "default": true }
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"focusKeyword": {
|
|
153
|
+
"type": "object",
|
|
154
|
+
"properties": {
|
|
155
|
+
"required": { "type": "boolean", "default": true },
|
|
156
|
+
"density": {
|
|
157
|
+
"type": "object",
|
|
158
|
+
"properties": {
|
|
159
|
+
"min": { "type": "number", "default": 0.5 },
|
|
160
|
+
"max": { "type": "number", "default": 2.5 }
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
"headings": {
|
|
166
|
+
"type": "object",
|
|
167
|
+
"properties": {
|
|
168
|
+
"h1Count": { "type": "integer", "default": 1 },
|
|
169
|
+
"h2MinCount": { "type": "integer", "default": 2 },
|
|
170
|
+
"includeKeywordInH1": { "type": "boolean", "default": true }
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"internalLinks": {
|
|
174
|
+
"type": "object",
|
|
175
|
+
"properties": {
|
|
176
|
+
"minCount": { "type": "integer", "default": 2 }
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"externalLinks": {
|
|
180
|
+
"type": "object",
|
|
181
|
+
"properties": {
|
|
182
|
+
"minCount": { "type": "integer", "default": 1 }
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"formatting": {
|
|
188
|
+
"type": "object",
|
|
189
|
+
"description": "Formatting guidelines",
|
|
190
|
+
"properties": {
|
|
191
|
+
"wordCount": {
|
|
192
|
+
"type": "object",
|
|
193
|
+
"properties": {
|
|
194
|
+
"min": { "type": "integer" },
|
|
195
|
+
"max": { "type": "integer" },
|
|
196
|
+
"target": { "type": "integer" }
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"paragraphLength": {
|
|
200
|
+
"type": "object",
|
|
201
|
+
"properties": {
|
|
202
|
+
"maxSentences": { "type": "integer", "default": 4 },
|
|
203
|
+
"maxWords": { "type": "integer", "default": 150 }
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"sentenceLength": {
|
|
207
|
+
"type": "object",
|
|
208
|
+
"properties": {
|
|
209
|
+
"maxWords": { "type": "integer", "default": 20 }
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"readabilityScore": {
|
|
213
|
+
"type": "object",
|
|
214
|
+
"properties": {
|
|
215
|
+
"target": { "type": "string", "enum": ["elementary", "middle_school", "high_school", "college", "professional"] },
|
|
216
|
+
"fleschKincaid": {
|
|
217
|
+
"type": "object",
|
|
218
|
+
"properties": {
|
|
219
|
+
"min": { "type": "number" },
|
|
220
|
+
"max": { "type": "number" }
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
"tone": {
|
|
226
|
+
"type": "array",
|
|
227
|
+
"items": {
|
|
228
|
+
"type": "string",
|
|
229
|
+
"enum": ["professional", "casual", "friendly", "authoritative", "conversational", "formal", "humorous", "inspirational"]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"callToAction": {
|
|
235
|
+
"type": "object",
|
|
236
|
+
"description": "Call-to-action requirements",
|
|
237
|
+
"properties": {
|
|
238
|
+
"required": {
|
|
239
|
+
"type": "boolean",
|
|
240
|
+
"default": true
|
|
241
|
+
},
|
|
242
|
+
"placement": {
|
|
243
|
+
"type": "array",
|
|
244
|
+
"items": {
|
|
245
|
+
"type": "string",
|
|
246
|
+
"enum": ["beginning", "middle", "end", "sidebar", "popup"]
|
|
247
|
+
}
|
|
248
|
+
},
|
|
249
|
+
"minCount": {
|
|
250
|
+
"type": "integer",
|
|
251
|
+
"default": 1
|
|
252
|
+
},
|
|
253
|
+
"maxCount": {
|
|
254
|
+
"type": "integer",
|
|
255
|
+
"default": 3
|
|
256
|
+
},
|
|
257
|
+
"examples": {
|
|
258
|
+
"type": "array",
|
|
259
|
+
"items": { "type": "string" }
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
"images": {
|
|
264
|
+
"type": "object",
|
|
265
|
+
"description": "Image requirements",
|
|
266
|
+
"properties": {
|
|
267
|
+
"required": {
|
|
268
|
+
"type": "boolean",
|
|
269
|
+
"default": false
|
|
270
|
+
},
|
|
271
|
+
"minCount": {
|
|
272
|
+
"type": "integer"
|
|
273
|
+
},
|
|
274
|
+
"maxCount": {
|
|
275
|
+
"type": "integer"
|
|
276
|
+
},
|
|
277
|
+
"featuredImage": {
|
|
278
|
+
"type": "object",
|
|
279
|
+
"properties": {
|
|
280
|
+
"required": { "type": "boolean", "default": true },
|
|
281
|
+
"dimensions": {
|
|
282
|
+
"type": "object",
|
|
283
|
+
"properties": {
|
|
284
|
+
"width": { "type": "integer" },
|
|
285
|
+
"height": { "type": "integer" }
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"altTextRequired": { "type": "boolean", "default": true }
|
|
289
|
+
}
|
|
290
|
+
},
|
|
291
|
+
"formats": {
|
|
292
|
+
"type": "array",
|
|
293
|
+
"items": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"enum": ["jpg", "png", "webp", "svg", "gif"]
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"compliance": {
|
|
301
|
+
"type": "object",
|
|
302
|
+
"description": "Legal and compliance requirements",
|
|
303
|
+
"properties": {
|
|
304
|
+
"disclaimerRequired": {
|
|
305
|
+
"type": "boolean",
|
|
306
|
+
"default": false
|
|
307
|
+
},
|
|
308
|
+
"disclosureRequired": {
|
|
309
|
+
"type": "boolean",
|
|
310
|
+
"default": false
|
|
311
|
+
},
|
|
312
|
+
"copyrightNotice": {
|
|
313
|
+
"type": "boolean",
|
|
314
|
+
"default": false
|
|
315
|
+
},
|
|
316
|
+
"privacyPolicy": {
|
|
317
|
+
"type": "boolean",
|
|
318
|
+
"default": false
|
|
319
|
+
},
|
|
320
|
+
"unsubscribeLink": {
|
|
321
|
+
"type": "boolean",
|
|
322
|
+
"default": false,
|
|
323
|
+
"description": "Required for email templates"
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"variables": {
|
|
328
|
+
"type": "array",
|
|
329
|
+
"description": "Template variables for personalization",
|
|
330
|
+
"items": {
|
|
331
|
+
"type": "object",
|
|
332
|
+
"required": ["name", "type"],
|
|
333
|
+
"properties": {
|
|
334
|
+
"name": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"description": "Variable name (e.g., 'firstName', 'companyName')"
|
|
337
|
+
},
|
|
338
|
+
"type": {
|
|
339
|
+
"type": "string",
|
|
340
|
+
"enum": ["string", "number", "date", "boolean", "url", "email"],
|
|
341
|
+
"description": "Variable data type"
|
|
342
|
+
},
|
|
343
|
+
"required": {
|
|
344
|
+
"type": "boolean",
|
|
345
|
+
"default": false
|
|
346
|
+
},
|
|
347
|
+
"defaultValue": {
|
|
348
|
+
"type": "string",
|
|
349
|
+
"description": "Default value if not provided"
|
|
350
|
+
},
|
|
351
|
+
"placeholder": {
|
|
352
|
+
"type": "string",
|
|
353
|
+
"description": "Placeholder text"
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"version": {
|
|
359
|
+
"type": "string",
|
|
360
|
+
"description": "Template version"
|
|
361
|
+
},
|
|
362
|
+
"created": {
|
|
363
|
+
"type": "string",
|
|
364
|
+
"format": "date-time",
|
|
365
|
+
"description": "Creation date"
|
|
366
|
+
},
|
|
367
|
+
"lastUpdated": {
|
|
368
|
+
"type": "string",
|
|
369
|
+
"format": "date-time",
|
|
370
|
+
"description": "Last update date"
|
|
371
|
+
},
|
|
372
|
+
"author": {
|
|
373
|
+
"type": "string",
|
|
374
|
+
"description": "Template author"
|
|
375
|
+
},
|
|
376
|
+
"tags": {
|
|
377
|
+
"type": "array",
|
|
378
|
+
"items": { "type": "string" },
|
|
379
|
+
"description": "Template tags for categorization"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
# Beads Integration Module - Implementation Status
|
|
2
|
+
|
|
3
|
+
## Completion Summary
|
|
4
|
+
|
|
5
|
+
**Date**: 2026-01-31
|
|
6
|
+
**Status**: Phase 1 Complete (6 tasks executed)
|
|
7
|
+
|
|
8
|
+
## Tasks Completed
|
|
9
|
+
|
|
10
|
+
### ✅ Task 1: bd-cy92 - Create Module Structure
|
|
11
|
+
**Status**: COMPLETE
|
|
12
|
+
**Files Created**:
|
|
13
|
+
- `module.json` - Module metadata and configuration
|
|
14
|
+
- `README.md` - Module overview and documentation
|
|
15
|
+
|
|
16
|
+
**Description**: Set up the basic directory structure and module metadata for the beads-integration module.
|
|
17
|
+
|
|
18
|
+
### ✅ Task 2: bd-nt4d - Define Configuration Schema
|
|
19
|
+
**Status**: COMPLETE
|
|
20
|
+
**Files Created**:
|
|
21
|
+
- `config/schema.json` - JSON schema for module configuration
|
|
22
|
+
- `config/defaults.json` - Default configuration values
|
|
23
|
+
|
|
24
|
+
**Description**: Created comprehensive configuration schema with modes (basic, advanced, custom), feature flags, and rule settings.
|
|
25
|
+
|
|
26
|
+
### ✅ Task 3: bd-0del - Implement Core Rules
|
|
27
|
+
**Status**: COMPLETE
|
|
28
|
+
**Files Created**:
|
|
29
|
+
- `rules/core-rules.md` - Universal guidelines for all beads task generation
|
|
30
|
+
|
|
31
|
+
**Description**: Created core rules covering task structure requirements, quality standards, versioning, logging, dependency management, and error handling.
|
|
32
|
+
|
|
33
|
+
### ✅ Task 4: bd-zlca - Create Task Generation Guidelines
|
|
34
|
+
**Status**: COMPLETE
|
|
35
|
+
**Files Created**:
|
|
36
|
+
- `rules/task-generation.md` - Comprehensive task generation guidelines
|
|
37
|
+
|
|
38
|
+
**Description**: Created detailed guidelines with comprehensive task template structure, required sections, quality checklist, minimum detail requirements, task generation examples (basic, intermediate, advanced), and anti-patterns section.
|
|
39
|
+
|
|
40
|
+
### ✅ Task 5: bd-e123 - Implement Effectiveness Standards
|
|
41
|
+
**Status**: COMPLETE
|
|
42
|
+
**Files Created**:
|
|
43
|
+
- `rules/effectiveness-standards.md` - Quality and effectiveness criteria
|
|
44
|
+
|
|
45
|
+
**Description**: Created effectiveness rules ensuring high-quality task content with atomicity principles, completeness requirements, clarity standards, testability criteria, maintainability guidelines, effectiveness checklist, and measurement criteria.
|
|
46
|
+
|
|
47
|
+
### ✅ Task 6: Create Basic Examples
|
|
48
|
+
**Status**: COMPLETE
|
|
49
|
+
**Files Created**:
|
|
50
|
+
- `examples/basic-task-generation.md` - Basic task generation examples
|
|
51
|
+
|
|
52
|
+
**Description**: Created comprehensive examples demonstrating transformation from simple specification to comprehensive Beads task, including before/after comparisons and configuration examples.
|
|
53
|
+
|
|
54
|
+
## Files Created
|
|
55
|
+
|
|
56
|
+
```
|
|
57
|
+
augment-extensions/workflows/beads-integration/
|
|
58
|
+
├── module.json # Module metadata
|
|
59
|
+
├── README.md # Module overview
|
|
60
|
+
├── IMPLEMENTATION-STATUS.md # This file
|
|
61
|
+
├── config/
|
|
62
|
+
│ ├── schema.json # Configuration schema
|
|
63
|
+
│ └── defaults.json # Default configuration
|
|
64
|
+
├── rules/
|
|
65
|
+
│ ├── core-rules.md # Core universal rules
|
|
66
|
+
│ ├── task-generation.md # Task generation guidelines
|
|
67
|
+
│ └── effectiveness-standards.md # Effectiveness standards
|
|
68
|
+
└── examples/
|
|
69
|
+
└── basic-task-generation.md # Basic examples
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
## Next Steps
|
|
73
|
+
|
|
74
|
+
### Immediate Actions Required
|
|
75
|
+
|
|
76
|
+
1. **Close Completed Tasks** (when bd CLI becomes available):
|
|
77
|
+
```bash
|
|
78
|
+
bd close bd-cy92 -r "Created module structure with module.json and README.md"
|
|
79
|
+
bd close bd-nt4d -r "Created configuration schema and defaults"
|
|
80
|
+
bd close bd-0del -r "Created core rules for task generation"
|
|
81
|
+
bd close bd-zlca -r "Created comprehensive task generation guidelines"
|
|
82
|
+
bd close bd-e123 -r "Created effectiveness standards"
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
2. **Verify Files**:
|
|
86
|
+
- Check all files are properly formatted
|
|
87
|
+
- Verify links and references work
|
|
88
|
+
- Test configuration schema validation
|
|
89
|
+
|
|
90
|
+
3. **Calculate Character Count**:
|
|
91
|
+
```powershell
|
|
92
|
+
Get-ChildItem -Path "augment-extensions/workflows/beads-integration" -Recurse -File | Get-Content -Raw | Measure-Object -Character | Select-Object -ExpandProperty Characters
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
4. **Update module.json** with character count
|
|
96
|
+
|
|
97
|
+
5. **Update MODULES.md** catalog in repository root
|
|
98
|
+
|
|
99
|
+
### Remaining Tasks (Phase 2 & 3)
|
|
100
|
+
|
|
101
|
+
**Phase 2 Tasks** (not yet started):
|
|
102
|
+
- `bd-mod2.1`: Implement OpenSpec Integration
|
|
103
|
+
- `bd-mod2.2`: Develop TypeScript Command Framework
|
|
104
|
+
- `bd-mod2.3`: Create Advanced Examples
|
|
105
|
+
|
|
106
|
+
**Phase 3 Tasks** (not yet started):
|
|
107
|
+
- `bd-mod3.1`: Develop Testing Suite
|
|
108
|
+
- `bd-mod3.2`: Create Comprehensive Documentation
|
|
109
|
+
- `bd-mod3.3`: Update Module Metadata
|
|
110
|
+
|
|
111
|
+
## Verification Checklist
|
|
112
|
+
|
|
113
|
+
- [x] Module structure created
|
|
114
|
+
- [x] Configuration schema defined
|
|
115
|
+
- [x] Core rules documented
|
|
116
|
+
- [x] Task generation guidelines created
|
|
117
|
+
- [x] Effectiveness standards defined
|
|
118
|
+
- [x] Basic examples provided
|
|
119
|
+
- [ ] Tasks closed in Beads
|
|
120
|
+
- [ ] Character count calculated
|
|
121
|
+
- [ ] module.json updated with character count
|
|
122
|
+
- [ ] MODULES.md catalog updated
|
|
123
|
+
- [ ] Files committed to git
|
|
124
|
+
|
|
125
|
+
## Notes
|
|
126
|
+
|
|
127
|
+
- All files follow the established patterns from other workflow modules (openspec, beads, wordpress-plugin)
|
|
128
|
+
- Configuration system supports three modes: basic, advanced, and custom
|
|
129
|
+
- Task generation guidelines include comprehensive examples at three levels: basic, intermediate, and advanced
|
|
130
|
+
- Effectiveness standards ensure tasks are atomic, complete, clear, testable, and maintainable
|
|
131
|
+
- Module is ready for Phase 2 implementation (OpenSpec integration and TypeScript commands)
|
|
132
|
+
|
|
133
|
+
## Issues Encountered
|
|
134
|
+
|
|
135
|
+
- **bd CLI Timeout**: The `bd` CLI commands timed out during execution. Tasks need to be closed manually when the CLI becomes responsive.
|
|
136
|
+
- **Workaround**: Created this status document to track completion and provide commands for closing tasks.
|
|
137
|
+
|
|
138
|
+
## Success Metrics
|
|
139
|
+
|
|
140
|
+
- ✅ 6 tasks completed successfully
|
|
141
|
+
- ✅ 8 files created (module.json, README.md, 2 config files, 3 rule files, 1 example file)
|
|
142
|
+
- ✅ All files follow module development guidelines
|
|
143
|
+
- ✅ Comprehensive documentation provided
|
|
144
|
+
- ✅ Ready for Phase 2 implementation
|
|
145
|
+
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# Beads Integration Workflow
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
The **Beads Integration Workflow** module provides comprehensive guidelines and automation for AI-driven Beads task generation, OpenSpec decomposition, and workflow integration. This module ensures that AI agents generate high-quality, detailed, and actionable Beads tasks that follow best practices and maintain consistency across projects.
|
|
6
|
+
|
|
7
|
+
## Key Benefits
|
|
8
|
+
|
|
9
|
+
- **Comprehensive Task Generation**: AI-driven task creation with detailed structure and quality standards
|
|
10
|
+
- **OpenSpec Integration**: Automated decomposition of OpenSpec specifications into Beads tasks
|
|
11
|
+
- **TypeScript Automation**: Command framework for validation, generation, and integration
|
|
12
|
+
- **Effectiveness Standards**: Quality criteria ensuring tasks are atomic, complete, clear, and testable
|
|
13
|
+
- **Configurable Modes**: Basic, advanced, and custom modes for different project needs
|
|
14
|
+
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
### With CLI (Future)
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
augx link workflows/beads-integration
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
### Without CLI (Current)
|
|
24
|
+
|
|
25
|
+
1. Copy the contents of `augment-extensions/workflows/beads-integration/` to your project
|
|
26
|
+
2. Reference the module in your project's `.augment/` folder
|
|
27
|
+
3. Configure the module in `config/defaults.json`
|
|
28
|
+
|
|
29
|
+
## Directory Structure
|
|
30
|
+
|
|
31
|
+
```
|
|
32
|
+
beads-integration/
|
|
33
|
+
├── module.json # Module metadata and configuration
|
|
34
|
+
├── README.md # This file
|
|
35
|
+
├── rules/ # Detailed guidelines
|
|
36
|
+
│ ├── core-rules.md # Universal guidelines for all task generation
|
|
37
|
+
│ ├── task-generation.md # Comprehensive task generation guidelines
|
|
38
|
+
│ ├── effectiveness-standards.md # Quality and effectiveness criteria
|
|
39
|
+
│ ├── openspec-integration.md # OpenSpec decomposition automation
|
|
40
|
+
│ └── typescript-commands.md # TypeScript command framework
|
|
41
|
+
├── config/ # Configuration files
|
|
42
|
+
│ ├── schema.json # Configuration schema
|
|
43
|
+
│ └── defaults.json # Default configuration
|
|
44
|
+
├── examples/ # Example files
|
|
45
|
+
│ ├── basic-task-generation.md # Basic task generation examples
|
|
46
|
+
│ ├── advanced-decomposition.md # Advanced decomposition examples
|
|
47
|
+
│ └── typescript-automation.md # TypeScript automation examples
|
|
48
|
+
└── scripts/ # Automation scripts
|
|
49
|
+
├── validators/ # Validation commands
|
|
50
|
+
├── generators/ # Generation commands
|
|
51
|
+
└── integrations/ # Integration commands
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## Core Workflow
|
|
55
|
+
|
|
56
|
+
### 1. Task Generation
|
|
57
|
+
|
|
58
|
+
AI agents use the task generation guidelines to create comprehensive Beads tasks:
|
|
59
|
+
|
|
60
|
+
- **Structure**: Description, prerequisites, steps, verification
|
|
61
|
+
- **Quality**: Clarity, completeness, actionability
|
|
62
|
+
- **Standards**: Versioning, logging, dependencies, error handling
|
|
63
|
+
|
|
64
|
+
### 2. OpenSpec Decomposition
|
|
65
|
+
|
|
66
|
+
Automated decomposition of OpenSpec specifications into Beads tasks:
|
|
67
|
+
|
|
68
|
+
- **Parsing**: Extract requirements and scenarios from OpenSpec files
|
|
69
|
+
- **Sequencing**: Determine task order and dependencies
|
|
70
|
+
- **Parallelization**: Identify tasks that can run in parallel
|
|
71
|
+
- **Progress Tracking**: Monitor decomposition and task completion
|
|
72
|
+
|
|
73
|
+
### 3. TypeScript Automation
|
|
74
|
+
|
|
75
|
+
Command framework for validation, generation, and integration:
|
|
76
|
+
|
|
77
|
+
- **bd-validate**: Validate task structure and quality
|
|
78
|
+
- **bd-generate**: Generate tasks from templates
|
|
79
|
+
- **bd-decompose**: Decompose OpenSpec specs into tasks
|
|
80
|
+
|
|
81
|
+
## Configuration Modes
|
|
82
|
+
|
|
83
|
+
### Basic Mode
|
|
84
|
+
|
|
85
|
+
Simplified task generation with essential quality checks.
|
|
86
|
+
|
|
87
|
+
### Advanced Mode
|
|
88
|
+
|
|
89
|
+
Full task generation with all effectiveness standards and OpenSpec integration.
|
|
90
|
+
|
|
91
|
+
### Custom Mode
|
|
92
|
+
|
|
93
|
+
Configurable features and rules for specific project needs.
|
|
94
|
+
|
|
95
|
+
## Usage Examples
|
|
96
|
+
|
|
97
|
+
### Generate a Task
|
|
98
|
+
|
|
99
|
+
```typescript
|
|
100
|
+
// Using TypeScript command
|
|
101
|
+
bd-generate --template basic --title "Implement feature X"
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
### Decompose OpenSpec
|
|
105
|
+
|
|
106
|
+
```typescript
|
|
107
|
+
// Decompose OpenSpec spec into Beads tasks
|
|
108
|
+
bd-decompose --spec openspec/specs/feature-x.md
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Validate Task
|
|
112
|
+
|
|
113
|
+
```typescript
|
|
114
|
+
// Validate task structure and quality
|
|
115
|
+
bd-validate --task bd-xyz
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## Character Count
|
|
119
|
+
|
|
120
|
+
**Total**: TBD (will be calculated after all files are created)
|
|
121
|
+
|
|
122
|
+
## Contents
|
|
123
|
+
|
|
124
|
+
1. **rules/core-rules.md** - Universal guidelines for all beads task generation
|
|
125
|
+
2. **rules/task-generation.md** - Comprehensive task generation guidelines
|
|
126
|
+
3. **rules/effectiveness-standards.md** - Quality and effectiveness criteria
|
|
127
|
+
4. **rules/openspec-integration.md** - OpenSpec decomposition automation
|
|
128
|
+
5. **rules/typescript-commands.md** - TypeScript command framework
|
|
129
|
+
6. **config/schema.json** - Configuration schema
|
|
130
|
+
7. **config/defaults.json** - Default configuration
|
|
131
|
+
8. **examples/basic-task-generation.md** - Basic task generation examples
|
|
132
|
+
9. **examples/advanced-decomposition.md** - Advanced decomposition examples
|
|
133
|
+
10. **examples/typescript-automation.md** - TypeScript automation examples
|
|
134
|
+
|
|
135
|
+
## Version
|
|
136
|
+
|
|
137
|
+
**1.0.0** - Initial release
|
|
138
|
+
|
|
139
|
+
## Dependencies
|
|
140
|
+
|
|
141
|
+
- `workflows/openspec` >= 1.0.0
|
|
142
|
+
- `workflows/beads` >= 1.0.0
|
|
143
|
+
|