@techwavedev/agi-agent-kit 1.1.5 → 1.1.7
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.
Potentially problematic release.
This version of @techwavedev/agi-agent-kit might be problematic. Click here for more details.
- package/CHANGELOG.md +59 -0
- package/package.json +1 -1
- package/templates/base/skill-creator/LICENSE.txt +0 -0
- package/templates/base/skill-creator/SKILL_skillcreator.md +36 -23
- package/templates/base/skill-creator/references/output-patterns.md +0 -0
- package/templates/base/skill-creator/references/workflows.md +0 -0
- package/templates/base/skill-creator/scripts/init_skill.py +135 -18
- package/templates/base/skill-creator/scripts/package_skill.py +0 -0
- package/templates/base/skill-creator/scripts/quick_validate.py +0 -0
- package/templates/skills/core/documentation/SKILL.md +0 -0
- package/templates/skills/core/documentation/references/best_practices.md +0 -0
- package/templates/skills/core/documentation/scripts/analyze_code.py +0 -0
- package/templates/skills/core/documentation/scripts/detect_changes.py +0 -0
- package/templates/skills/core/documentation/scripts/generate_changelog.py +0 -0
- package/templates/skills/core/documentation/scripts/sync_docs.py +0 -0
- package/templates/skills/core/documentation/scripts/update_skill_docs.py +0 -0
- package/templates/skills/core/pdf-reader/SKILL.md +0 -0
- package/templates/skills/core/pdf-reader/references/pdf_libraries.md +0 -0
- package/templates/skills/core/pdf-reader/scripts/extract_text.py +0 -0
- package/templates/skills/core/qdrant-memory/SKILL.md +0 -0
- package/templates/skills/core/qdrant-memory/references/advanced_patterns.md +0 -0
- package/templates/skills/core/qdrant-memory/references/collection_schemas.md +0 -0
- package/templates/skills/core/qdrant-memory/references/complete_guide.md +0 -0
- package/templates/skills/core/qdrant-memory/references/embedding_models.md +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/embedding_utils.cpython-314.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/__pycache__/init_collection.cpython-314.pyc +0 -0
- package/templates/skills/core/qdrant-memory/scripts/benchmark_token_savings.py +0 -0
- package/templates/skills/core/qdrant-memory/scripts/embedding_utils.py +0 -0
- package/templates/skills/core/qdrant-memory/scripts/hybrid_search.py +0 -0
- package/templates/skills/core/qdrant-memory/scripts/init_collection.py +0 -0
- package/templates/skills/core/qdrant-memory/scripts/memory_retrieval.py +0 -0
- package/templates/skills/core/qdrant-memory/scripts/semantic_cache.py +0 -0
- package/templates/skills/core/qdrant-memory/scripts/test_skill.py +0 -0
- package/templates/skills/core/webcrawler/references/advanced_crawling.md +0 -0
- package/templates/skills/core/webcrawler/scripts/crawl_docs.py +0 -0
- package/templates/skills/core/webcrawler/scripts/extract_page.py +0 -0
- package/templates/skills/core/webcrawler/scripts/filter_docs.py +0 -0
- package/templates/skills/knowledge/SKILLS_CATALOG.md +796 -0
- package/templates/skills/knowledge/api-patterns/SKILL.md +0 -0
- package/templates/skills/knowledge/api-patterns/api-style.md +0 -0
- package/templates/skills/knowledge/api-patterns/auth.md +0 -0
- package/templates/skills/knowledge/api-patterns/documentation.md +0 -0
- package/templates/skills/knowledge/api-patterns/graphql.md +0 -0
- package/templates/skills/knowledge/api-patterns/rate-limiting.md +0 -0
- package/templates/skills/knowledge/api-patterns/response.md +0 -0
- package/templates/skills/knowledge/api-patterns/rest.md +0 -0
- package/templates/skills/knowledge/api-patterns/scripts/api_validator.py +0 -0
- package/templates/skills/knowledge/api-patterns/security-testing.md +0 -0
- package/templates/skills/knowledge/api-patterns/trpc.md +0 -0
- package/templates/skills/knowledge/api-patterns/versioning.md +0 -0
- package/templates/skills/knowledge/app-builder/SKILL.md +0 -0
- package/templates/skills/knowledge/app-builder/agent-coordination.md +0 -0
- package/templates/skills/knowledge/app-builder/feature-building.md +0 -0
- package/templates/skills/knowledge/app-builder/project-detection.md +0 -0
- package/templates/skills/knowledge/app-builder/scaffolding.md +0 -0
- package/templates/skills/knowledge/app-builder/tech-stack.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/SKILL.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/astro-static/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/chrome-extension/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/cli-tool/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/electron-desktop/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/express-api/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/flutter-app/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/monorepo-turborepo/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/nextjs-fullstack/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/nextjs-saas/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/nextjs-static/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/nuxt-app/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/python-fastapi/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/app-builder/templates/react-native-app/TEMPLATE.md +0 -0
- package/templates/skills/knowledge/architecture/SKILL.md +0 -0
- package/templates/skills/knowledge/architecture/context-discovery.md +0 -0
- package/templates/skills/knowledge/architecture/examples.md +0 -0
- package/templates/skills/knowledge/architecture/pattern-selection.md +0 -0
- package/templates/skills/knowledge/architecture/patterns-reference.md +0 -0
- package/templates/skills/knowledge/architecture/trade-off-analysis.md +0 -0
- package/templates/skills/knowledge/bash-linux/SKILL.md +0 -0
- package/templates/skills/knowledge/behavioral-modes/SKILL.md +0 -0
- package/templates/skills/knowledge/brainstorming/SKILL.md +0 -0
- package/templates/skills/knowledge/brainstorming/dynamic-questioning.md +0 -0
- package/templates/skills/knowledge/clean-code/SKILL.md +0 -0
- package/templates/skills/knowledge/code-review-checklist/SKILL.md +0 -0
- package/templates/skills/knowledge/database-design/SKILL.md +0 -0
- package/templates/skills/knowledge/database-design/database-selection.md +0 -0
- package/templates/skills/knowledge/database-design/indexing.md +0 -0
- package/templates/skills/knowledge/database-design/migrations.md +0 -0
- package/templates/skills/knowledge/database-design/optimization.md +0 -0
- package/templates/skills/knowledge/database-design/orm-selection.md +0 -0
- package/templates/skills/knowledge/database-design/schema-design.md +0 -0
- package/templates/skills/knowledge/database-design/scripts/schema_validator.py +0 -0
- package/templates/skills/knowledge/deployment-procedures/SKILL.md +0 -0
- package/templates/skills/knowledge/design-md/README.md +34 -0
- package/templates/skills/knowledge/design-md/SKILL.md +193 -0
- package/templates/skills/knowledge/design-md/examples/DESIGN.md +154 -0
- package/templates/skills/knowledge/documentation-templates/SKILL.md +0 -0
- package/templates/skills/knowledge/frontend-design/SKILL.md +0 -0
- package/templates/skills/knowledge/frontend-design/animation-guide.md +0 -0
- package/templates/skills/knowledge/frontend-design/color-system.md +0 -0
- package/templates/skills/knowledge/frontend-design/decision-trees.md +0 -0
- package/templates/skills/knowledge/frontend-design/motion-graphics.md +0 -0
- package/templates/skills/knowledge/frontend-design/scripts/accessibility_checker.py +0 -0
- package/templates/skills/knowledge/frontend-design/scripts/ux_audit.py +0 -0
- package/templates/skills/knowledge/frontend-design/typography-system.md +0 -0
- package/templates/skills/knowledge/frontend-design/ux-psychology.md +0 -0
- package/templates/skills/knowledge/frontend-design/visual-effects.md +0 -0
- package/templates/skills/knowledge/game-development/2d-games/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/3d-games/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/game-art/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/game-audio/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/game-design/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/mobile-games/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/multiplayer/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/pc-games/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/vr-ar/SKILL.md +0 -0
- package/templates/skills/knowledge/game-development/web-games/SKILL.md +0 -0
- package/templates/skills/knowledge/geo-fundamentals/SKILL.md +0 -0
- package/templates/skills/knowledge/geo-fundamentals/scripts/geo_checker.py +0 -0
- package/templates/skills/knowledge/i18n-localization/SKILL.md +0 -0
- package/templates/skills/knowledge/i18n-localization/scripts/i18n_checker.py +0 -0
- package/templates/skills/knowledge/intelligent-routing/SKILL.md +0 -0
- package/templates/skills/knowledge/jira/scripts/__pycache__/jira_client.cpython-314.pyc +0 -0
- package/templates/skills/knowledge/lint-and-validate/SKILL.md +0 -0
- package/templates/skills/knowledge/lint-and-validate/scripts/lint_runner.py +0 -0
- package/templates/skills/knowledge/lint-and-validate/scripts/type_coverage.py +0 -0
- package/templates/skills/knowledge/mcp-builder/SKILL.md +0 -0
- package/templates/skills/knowledge/mobile-design/SKILL.md +0 -0
- package/templates/skills/knowledge/mobile-design/decision-trees.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-backend.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-color-system.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-debugging.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-design-thinking.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-navigation.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-performance.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-testing.md +0 -0
- package/templates/skills/knowledge/mobile-design/mobile-typography.md +0 -0
- package/templates/skills/knowledge/mobile-design/platform-android.md +0 -0
- package/templates/skills/knowledge/mobile-design/platform-ios.md +0 -0
- package/templates/skills/knowledge/mobile-design/scripts/mobile_audit.py +0 -0
- package/templates/skills/knowledge/mobile-design/touch-psychology.md +0 -0
- package/templates/skills/knowledge/nextjs-best-practices/SKILL.md +0 -0
- package/templates/skills/knowledge/nodejs-best-practices/SKILL.md +0 -0
- package/templates/skills/knowledge/notebooklm-mcp/SKILL.md +71 -0
- package/templates/skills/knowledge/notebooklm-mcp/assets/example_asset.txt +24 -0
- package/templates/skills/knowledge/notebooklm-mcp/references/api_reference.md +34 -0
- package/templates/skills/knowledge/notebooklm-mcp/scripts/example.py +19 -0
- package/templates/skills/knowledge/parallel-agents/SKILL.md +0 -0
- package/templates/skills/knowledge/performance-profiling/SKILL.md +0 -0
- package/templates/skills/knowledge/performance-profiling/scripts/lighthouse_audit.py +0 -0
- package/templates/skills/knowledge/plan-writing/SKILL.md +0 -0
- package/templates/skills/knowledge/powershell-windows/SKILL.md +0 -0
- package/templates/skills/knowledge/python-patterns/SKILL.md +0 -0
- package/templates/skills/knowledge/react-components/README.md +36 -0
- package/templates/skills/knowledge/react-components/SKILL.md +53 -0
- package/templates/skills/knowledge/react-components/examples/gold-standard-card.tsx +80 -0
- package/templates/skills/knowledge/react-components/package-lock.json +231 -0
- package/templates/skills/knowledge/react-components/package.json +16 -0
- package/templates/skills/knowledge/react-components/resources/architecture-checklist.md +15 -0
- package/templates/skills/knowledge/react-components/resources/component-template.tsx +37 -0
- package/templates/skills/knowledge/react-components/resources/stitch-api-reference.md +14 -0
- package/templates/skills/knowledge/react-components/resources/style-guide.json +27 -0
- package/templates/skills/knowledge/react-components/scripts/fetch-stitch.sh +30 -0
- package/templates/skills/knowledge/react-components/scripts/validate.js +68 -0
- package/templates/skills/knowledge/react-patterns/SKILL.md +0 -0
- package/templates/skills/knowledge/red-team-tactics/SKILL.md +0 -0
- package/templates/skills/knowledge/self-update/SKILL.md +60 -0
- package/templates/skills/knowledge/self-update/scripts/update_kit.py +103 -0
- package/templates/skills/knowledge/seo-fundamentals/SKILL.md +0 -0
- package/templates/skills/knowledge/seo-fundamentals/scripts/seo_checker.py +0 -0
- package/templates/skills/knowledge/server-management/SKILL.md +0 -0
- package/templates/skills/knowledge/stitch-loop/README.md +54 -0
- package/templates/skills/knowledge/stitch-loop/SKILL.md +235 -0
- package/templates/skills/knowledge/stitch-loop/examples/SITE.md +73 -0
- package/templates/skills/knowledge/stitch-loop/examples/next-prompt.md +25 -0
- package/templates/skills/knowledge/stitch-loop/resources/baton-schema.md +61 -0
- package/templates/skills/knowledge/stitch-loop/resources/site-template.md +104 -0
- package/templates/skills/knowledge/systematic-debugging/SKILL.md +0 -0
- package/templates/skills/knowledge/tailwind-patterns/SKILL.md +0 -0
- package/templates/skills/knowledge/tdd-workflow/SKILL.md +0 -0
- package/templates/skills/knowledge/testing-patterns/SKILL.md +0 -0
- package/templates/skills/knowledge/testing-patterns/scripts/test_runner.py +0 -0
- package/templates/skills/knowledge/vulnerability-scanner/SKILL.md +0 -0
- package/templates/skills/knowledge/vulnerability-scanner/checklists.md +0 -0
- package/templates/skills/knowledge/vulnerability-scanner/scripts/security_scan.py +0 -0
- package/templates/skills/knowledge/webapp-testing/SKILL.md +0 -0
- package/templates/skills/knowledge/webapp-testing/scripts/playwright_runner.py +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
page: contact
|
|
3
|
+
---
|
|
4
|
+
A warm, inviting contact page for Oakwood Furniture Co.
|
|
5
|
+
|
|
6
|
+
**DESIGN SYSTEM (REQUIRED):**
|
|
7
|
+
- Platform: Web, Desktop-first
|
|
8
|
+
- Theme: Light, minimal, photography-first
|
|
9
|
+
- Background: Warm barely-there cream (#FCFAFA)
|
|
10
|
+
- Surface: Crisp very light gray (#F5F5F5) for cards
|
|
11
|
+
- Primary Accent: Deep muted teal-navy (#294056) for buttons and links
|
|
12
|
+
- Text Primary: Charcoal near-black (#2C2C2C) for headlines
|
|
13
|
+
- Text Secondary: Soft warm gray (#6B6B6B) for body copy
|
|
14
|
+
- Font: Modern sans-serif (Manrope or similar), clean and approachable
|
|
15
|
+
- Buttons: Subtly rounded corners (8px), comfortable padding
|
|
16
|
+
- Cards: Gently rounded corners (12px), whisper-soft shadows on hover
|
|
17
|
+
- Layout: Centered content, max-width container, generous whitespace
|
|
18
|
+
- No harsh shadows, no aggressive colors - serene and trustworthy
|
|
19
|
+
|
|
20
|
+
**Page Structure:**
|
|
21
|
+
1. **Header:** Navigation with logo, Shop, Collections, About, Contact (active)
|
|
22
|
+
2. **Hero Section:** Warm headline "Get in Touch" with a brief welcome message
|
|
23
|
+
3. **Contact Form:** Name, email, message fields with the teal-navy submit button
|
|
24
|
+
4. **Showroom Info:** Address, hours, and an embedded map or beautiful showroom photo
|
|
25
|
+
5. **Footer:** Sustainability, Craftsmanship, Shipping links, and social icons
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Baton File Schema
|
|
2
|
+
|
|
3
|
+
The baton file (`next-prompt.md`) is the communication mechanism between loop iterations. It tells the next agent what to build.
|
|
4
|
+
|
|
5
|
+
## Format
|
|
6
|
+
|
|
7
|
+
```yaml
|
|
8
|
+
---
|
|
9
|
+
page: <filename-without-extension>
|
|
10
|
+
---
|
|
11
|
+
<prompt-content>
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Fields
|
|
15
|
+
|
|
16
|
+
### Frontmatter (YAML)
|
|
17
|
+
|
|
18
|
+
| Field | Type | Required | Description |
|
|
19
|
+
|-------|------|----------|-------------|
|
|
20
|
+
| `page` | string | Yes | Output filename (without `.html` extension) |
|
|
21
|
+
|
|
22
|
+
### Body (Markdown)
|
|
23
|
+
|
|
24
|
+
The body contains the full Stitch prompt, which must include:
|
|
25
|
+
|
|
26
|
+
1. **One-line description** with vibe/atmosphere keywords
|
|
27
|
+
2. **Design System block** (required) — copied from `DESIGN.md` Section 6
|
|
28
|
+
3. **Page Structure** — numbered list of sections/components
|
|
29
|
+
|
|
30
|
+
## Example
|
|
31
|
+
|
|
32
|
+
```markdown
|
|
33
|
+
---
|
|
34
|
+
page: achievements
|
|
35
|
+
---
|
|
36
|
+
A competitive, gamified achievements page with terminal aesthetics.
|
|
37
|
+
|
|
38
|
+
**DESIGN SYSTEM (REQUIRED):**
|
|
39
|
+
- Platform: Web, Desktop-first
|
|
40
|
+
- Theme: Dark, minimal, data-focused
|
|
41
|
+
- Background: Deep charcoal/near-black (#0f1419)
|
|
42
|
+
- Primary Accent: Teal/Cyan (#2dd4bf)
|
|
43
|
+
- Text Primary: White (#ffffff)
|
|
44
|
+
- Font: Clean sans-serif (Inter, SF Pro, or system default)
|
|
45
|
+
- Layout: Centered content, max-width container
|
|
46
|
+
|
|
47
|
+
**Page Structure:**
|
|
48
|
+
1. Header with title "Achievements" and navigation
|
|
49
|
+
2. Badge grid showing locked/unlocked states with icons
|
|
50
|
+
3. Progress section with milestone bars
|
|
51
|
+
4. Footer with links to other pages
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
## Validation Rules
|
|
55
|
+
|
|
56
|
+
Before completing an iteration, validate your baton:
|
|
57
|
+
|
|
58
|
+
- [ ] `page` frontmatter field exists and is a valid filename
|
|
59
|
+
- [ ] Prompt includes the design system block
|
|
60
|
+
- [ ] Prompt describes a page NOT already in `SITE.md` sitemap
|
|
61
|
+
- [ ] Prompt includes specific page structure details
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Site Template
|
|
2
|
+
|
|
3
|
+
Use these templates when setting up a new project for the build loop.
|
|
4
|
+
|
|
5
|
+
## SITE.md Template
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
# Project Vision & Constitution
|
|
9
|
+
|
|
10
|
+
> **AGENT INSTRUCTION:** Read this file before every iteration. It serves as the project's "Long-Term Memory."
|
|
11
|
+
|
|
12
|
+
## 1. Core Identity
|
|
13
|
+
* **Project Name:** [Your project name]
|
|
14
|
+
* **Stitch Project ID:** [Your Stitch project ID]
|
|
15
|
+
* **Mission:** [What the site achieves]
|
|
16
|
+
* **Target Audience:** [Who uses this site]
|
|
17
|
+
* **Voice:** [Tone and personality descriptors]
|
|
18
|
+
|
|
19
|
+
## 2. Visual Language
|
|
20
|
+
*Reference these descriptors when prompting Stitch.*
|
|
21
|
+
|
|
22
|
+
* **The "Vibe" (Adjectives):**
|
|
23
|
+
* *Primary:* [Main aesthetic keyword]
|
|
24
|
+
* *Secondary:* [Supporting aesthetic]
|
|
25
|
+
* *Tertiary:* [Additional flavor]
|
|
26
|
+
|
|
27
|
+
## 3. Architecture & File Structure
|
|
28
|
+
* **Root:** `site/public/`
|
|
29
|
+
* **Asset Flow:** Stitch generates to `queue/` → Validate → Move to `site/public/`
|
|
30
|
+
* **Navigation Strategy:** [How nav works]
|
|
31
|
+
|
|
32
|
+
## 4. Live Sitemap (Current State)
|
|
33
|
+
*Update this when a new page is successfully merged.*
|
|
34
|
+
|
|
35
|
+
* [x] `index.html` - [Description]
|
|
36
|
+
* [ ] `about.html` - [Description]
|
|
37
|
+
|
|
38
|
+
## 5. The Roadmap (Backlog)
|
|
39
|
+
*Pick the next task from here if available.*
|
|
40
|
+
|
|
41
|
+
### High Priority
|
|
42
|
+
- [ ] [Task description]
|
|
43
|
+
- [ ] [Task description]
|
|
44
|
+
|
|
45
|
+
### Medium Priority
|
|
46
|
+
- [ ] [Task description]
|
|
47
|
+
|
|
48
|
+
## 6. Creative Freedom Guidelines
|
|
49
|
+
*When the backlog is empty, follow these guidelines to innovate.*
|
|
50
|
+
|
|
51
|
+
1. **Stay On-Brand:** New pages must fit the established vibe
|
|
52
|
+
2. **Enhance the Core:** Support the site mission
|
|
53
|
+
3. **Naming Convention:** Use lowercase, descriptive filenames
|
|
54
|
+
|
|
55
|
+
### Ideas to Explore
|
|
56
|
+
*Pick one, build it, then REMOVE it from this list.*
|
|
57
|
+
|
|
58
|
+
- [ ] `stats.html` - [Description]
|
|
59
|
+
- [ ] `settings.html` - [Description]
|
|
60
|
+
|
|
61
|
+
## 7. Rules of Engagement
|
|
62
|
+
1. Do not recreate pages in Section 4
|
|
63
|
+
2. Always update `next-prompt.md` before completing
|
|
64
|
+
3. Consume ideas from Section 6 when you use them
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
## DESIGN.md Template
|
|
68
|
+
|
|
69
|
+
Generate this using the `design-md` skill from an existing Stitch screen, or create manually:
|
|
70
|
+
|
|
71
|
+
```markdown
|
|
72
|
+
# Design System: [Project Name]
|
|
73
|
+
**Project ID:** [Stitch Project ID]
|
|
74
|
+
|
|
75
|
+
## 1. Visual Theme & Atmosphere
|
|
76
|
+
[Describe mood, density, aesthetic philosophy]
|
|
77
|
+
|
|
78
|
+
## 2. Color Palette & Roles
|
|
79
|
+
- **[Descriptive Name]** (#hexcode) – [Functional role]
|
|
80
|
+
- **[Descriptive Name]** (#hexcode) – [Functional role]
|
|
81
|
+
|
|
82
|
+
## 3. Typography Rules
|
|
83
|
+
[Font family, weights, sizes, spacing]
|
|
84
|
+
|
|
85
|
+
## 4. Component Stylings
|
|
86
|
+
* **Buttons:** [Shape, color, behavior]
|
|
87
|
+
* **Cards:** [Corners, background, shadows]
|
|
88
|
+
* **Inputs:** [Stroke, background, focus states]
|
|
89
|
+
|
|
90
|
+
## 5. Layout Principles
|
|
91
|
+
[Whitespace strategy, margins, grid alignment]
|
|
92
|
+
|
|
93
|
+
## 6. Design System Notes for Stitch Generation
|
|
94
|
+
**Copy this block into every baton prompt:**
|
|
95
|
+
|
|
96
|
+
**DESIGN SYSTEM (REQUIRED):**
|
|
97
|
+
- Platform: [Web/Mobile], [Desktop/Mobile]-first
|
|
98
|
+
- Theme: [Dark/Light], [descriptors]
|
|
99
|
+
- Background: [Description] (#hex)
|
|
100
|
+
- Primary Accent: [Description] (#hex)
|
|
101
|
+
- Text Primary: [Description] (#hex)
|
|
102
|
+
- Font: [Description]
|
|
103
|
+
- Layout: [Description]
|
|
104
|
+
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|