heraspec 0.1.12 → 0.1.14
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/LICENSE +22 -22
- package/README.md +188 -103
- package/bin/heraspec.js +4805 -1122
- package/bin/heraspec.js.map +4 -4
- package/dist/core/templates/skills/CHANGELOG.md +117 -117
- package/dist/core/templates/skills/README-template.md +58 -58
- package/dist/core/templates/skills/README.md +38 -38
- package/dist/core/templates/skills/content-optimization-skill.md +104 -104
- package/dist/core/templates/skills/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
- package/dist/core/templates/skills/data/pages.csv +9 -9
- package/dist/core/templates/skills/data/typography.csv +57 -57
- package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
- package/dist/core/templates/skills/design-system-skill.md +176 -0
- package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
- package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
- package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
- package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
- package/dist/core/templates/skills/documents/templates/script.js +56 -56
- package/dist/core/templates/skills/documents/templates/style.css +155 -155
- package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
- package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
- package/dist/core/templates/skills/documents-skill.md +104 -104
- package/dist/core/templates/skills/e2e-test-skill.md +119 -119
- package/dist/core/templates/skills/git-embed-skill.md +57 -0
- package/dist/core/templates/skills/integration-test-skill.md +118 -118
- package/dist/core/templates/skills/knowledge/README.md +63 -0
- package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
- package/dist/core/templates/skills/knowledge/index.json +65 -0
- package/dist/core/templates/skills/module-codebase-skill.md +110 -110
- package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
- package/dist/core/templates/skills/project-memory-skill.md +222 -0
- package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
- package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
- package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
- package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
- package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
- package/dist/core/templates/skills/scripts/core.py +391 -385
- package/dist/core/templates/skills/scripts/search.py +1 -1
- package/dist/core/templates/skills/smart-explore-skill.md +141 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
- package/dist/core/templates/skills/suggestion-skill.md +118 -118
- package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
- package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
- package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
- package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
- package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
- package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
- package/dist/core/templates/skills/templates/responsive-design.md +40 -40
- package/dist/core/templates/skills/ui-ux-skill.md +595 -584
- package/dist/core/templates/skills/unit-test-skill.md +111 -111
- package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
- package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
- package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
- package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
- package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
- package/dist/core/templates/skills/ux-element-skill.md +83 -83
- package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -76
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
- package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
- package/dist/index.js +4068 -278
- package/package.json +75 -72
package/LICENSE
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 HeraSpec Contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
22
|
-
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 HeraSpec Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
package/README.md
CHANGED
|
@@ -1,121 +1,206 @@
|
|
|
1
|
-
# HeraSpec
|
|
2
|
-
|
|
3
|
-
<p align="center">
|
|
4
|
-
<img src="https://img.shields.io/npm/v/heraspec?style=for-the-badge&color=007ec6" alt="npm version" />
|
|
5
|
-
<img src="https://img.shields.io/npm/l/heraspec?style=for-the-badge&color=97ca00" alt="license" />
|
|
6
|
-
<img src="https://img.shields.io/node/v/heraspec?style=for-the-badge&color=339933" alt="node version" />
|
|
7
|
-
<img src="https://img.shields.io/github/actions/workflow/status/PolyXGO/HeraSpec/build.yml?style=for-the-badge" alt="build status" />
|
|
8
|
-
</p>
|
|
9
|
-
|
|
10
|
-
<p align="center">
|
|
11
|
-
<img src="https://img.shields.io/npm/dm/heraspec?style=flat-square&color=20c20e" alt="downloads" />
|
|
12
|
-
<img src="https://img.shields.io/github/stars/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="stars" />
|
|
13
|
-
<img src="https://img.shields.io/github/forks/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="forks" />
|
|
14
|
-
<img src="https://img.shields.io/github/issues/PolyXGO/HeraSpec?style=flat-square&color=red" alt="issues" />
|
|
15
|
-
</p>
|
|
16
|
-
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
<p align="left">
|
|
20
|
-
<a href="https://polyxgo.com"><strong>🌐 Website</strong></a> •
|
|
21
|
-
<a href="https://github.com/PolyXGO/HeraSpec"><strong>💻 GitHub</strong></a> •
|
|
22
|
-
<a href="https://www.npmjs.com/package/heraspec"><strong>📦 NPM</strong></a> •
|
|
23
|
-
<a href="./docs/en/USER_GUIDE.md"><strong>📚 Documentation</strong></a>
|
|
24
|
-
</p>
|
|
25
|
-
|
|
26
|
-
HeraSpec is a specification-based development framework that helps you:
|
|
27
|
-
|
|
28
|
-
- Plan before coding by creating detailed project specifications
|
|
29
|
-
- Track changes through delta specifications
|
|
30
|
-
- Work across multiple project types (WordPress, Laravel, React, etc.)
|
|
31
|
-
- Integrate with AI tools for better development workflow
|
|
32
|
-
|
|
33
|
-
## Important Note
|
|
34
|
-
|
|
35
|
-
> **Note:** HeraSpec is a workflow that I have
|
|
36
|
-
>
|
|
37
|
-
>
|
|
38
|
-
>
|
|
39
|
-
>
|
|
40
|
-
|
|
41
|
-
|
|
1
|
+
# HeraSpec
|
|
2
|
+
|
|
3
|
+
<p align="center">
|
|
4
|
+
<img src="https://img.shields.io/npm/v/heraspec?style=for-the-badge&color=007ec6" alt="npm version" />
|
|
5
|
+
<img src="https://img.shields.io/npm/l/heraspec?style=for-the-badge&color=97ca00" alt="license" />
|
|
6
|
+
<img src="https://img.shields.io/node/v/heraspec?style=for-the-badge&color=339933" alt="node version" />
|
|
7
|
+
<img src="https://img.shields.io/github/actions/workflow/status/PolyXGO/HeraSpec/build.yml?style=for-the-badge" alt="build status" />
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<p align="center">
|
|
11
|
+
<img src="https://img.shields.io/npm/dm/heraspec?style=flat-square&color=20c20e" alt="downloads" />
|
|
12
|
+
<img src="https://img.shields.io/github/stars/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="stars" />
|
|
13
|
+
<img src="https://img.shields.io/github/forks/PolyXGO/HeraSpec?style=flat-square&color=007ec6" alt="forks" />
|
|
14
|
+
<img src="https://img.shields.io/github/issues/PolyXGO/HeraSpec?style=flat-square&color=red" alt="issues" />
|
|
15
|
+
</p>
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
<p align="left">
|
|
20
|
+
<a href="https://polyxgo.com"><strong>🌐 Website</strong></a> •
|
|
21
|
+
<a href="https://github.com/PolyXGO/HeraSpec"><strong>💻 GitHub</strong></a> •
|
|
22
|
+
<a href="https://www.npmjs.com/package/heraspec"><strong>📦 NPM</strong></a> •
|
|
23
|
+
<a href="./docs/en/USER_GUIDE.md"><strong>📚 Documentation</strong></a>
|
|
24
|
+
</p>
|
|
25
|
+
|
|
26
|
+
HeraSpec is a specification-based development framework that helps you:
|
|
27
|
+
|
|
28
|
+
- Plan before coding by creating detailed project specifications
|
|
29
|
+
- Track changes through delta specifications
|
|
30
|
+
- Work across multiple project types (WordPress, Laravel, React, etc.)
|
|
31
|
+
- Integrate with AI tools for better development workflow
|
|
32
|
+
|
|
33
|
+
## Important Note
|
|
34
|
+
|
|
35
|
+
> **Note:** HeraSpec is a workflow framework that I have personally designed, tested, and continuously refined through real-world production use. It is primarily optimized for small to medium-sized projects, especially for solo developers and freelancers building products independently — including plugins, modules, themes, templates, and software distributed on platforms such as **Envato**.
|
|
36
|
+
>
|
|
37
|
+
> HeraSpec serves as the specification and workflow backbone behind the entire **PolyCMS.org** ecosystem and multiple commercial products developed under the Antigravity workflow.
|
|
38
|
+
>
|
|
39
|
+
> It powers AI-assisted architecture planning, specification management, documentation pipelines, content operations, and development workflows through a multi-model ecosystem built around **Google Gemini**, **OpenAI** ChatGPT, and Anthropic Claude Opus.
|
|
40
|
+
>
|
|
41
|
+
> Because HeraSpec evolved from practical production needs rather than enterprise-first design, some structures, conventions, or workflows may not be fully standardized or suitable for highly complex large-scale organizations. In such cases, you are encouraged to adapt, simplify, or restructure the system to better fit your own workflow and operational requirements — including asking your AI agents to customize and extend it accordingly.
|
|
42
|
+
>
|
|
43
|
+
> **If you have ideas, improvements, or additional skills that could enhance HeraSpec, contributions and suggestions are always welcome.**
|
|
44
|
+
>
|
|
45
|
+
> Good luck, and build with love.
|
|
46
|
+
|
|
47
|
+
<!-- HeraSpec Section -->
|
|
48
|
+
|
|
49
|
+
<!-- HeraSpec Section -->
|
|
50
|
+
|
|
51
|
+
<!-- HeraSpec Section -->
|
|
52
|
+
## HeraSpec Development
|
|
53
|
+
|
|
54
|
+
This project uses [HeraSpec](https://github.com/your-org/heraspec) for spec-driven development.
|
|
55
|
+
|
|
56
|
+
### Quick Start
|
|
42
57
|
|
|
43
58
|
```bash
|
|
44
|
-
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## Quick Start
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
# Initialize a new project
|
|
59
|
+
# Initialize HeraSpec (if not already done)
|
|
51
60
|
heraspec init
|
|
52
61
|
|
|
53
|
-
#
|
|
54
|
-
heraspec
|
|
55
|
-
|
|
56
|
-
# Start working on the change
|
|
57
|
-
heraspec change start "add-user-authentication"
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
## Documentation
|
|
61
|
-
|
|
62
|
-
- [User Guide](./docs/en/USER_GUIDE.md)
|
|
63
|
-
- [Quick Start](./QUICK_START.md)
|
|
64
|
-
- [Architecture](./docs/en/ARCHITECTURE.md)
|
|
62
|
+
# List active changes
|
|
63
|
+
heraspec list
|
|
65
64
|
|
|
66
|
-
|
|
65
|
+
# View a change
|
|
66
|
+
heraspec show <change-name>
|
|
67
67
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
- ✅ Change tracking and management
|
|
72
|
-
- ✅ Delta specifications
|
|
73
|
-
- ✅ Task management with skills system
|
|
74
|
-
|
|
75
|
-
## AI Integration
|
|
68
|
+
# Validate changes
|
|
69
|
+
heraspec validate <change-name>
|
|
70
|
+
```
|
|
76
71
|
|
|
77
|
-
|
|
72
|
+
### Project Structure
|
|
78
73
|
|
|
79
|
-
|
|
74
|
+
- `heraspec/project.md` - Project overview and configuration
|
|
75
|
+
- `heraspec/specs/` - Source of truth specifications
|
|
76
|
+
- `heraspec/changes/` - Active changes in progress
|
|
77
|
+
- `heraspec/skills/` - Reusable skills for AI agents
|
|
78
|
+
- `AGENTS.heraspec.md` - AI agent instructions
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
- **Antigravity** - AGENTS.md integration for spec-driven development
|
|
83
|
-
- **Windsurf** - AI-powered workflow with HeraSpec specifications
|
|
84
|
-
- **Copilot** - Enhanced development with structured specs
|
|
85
|
-
- **Claude Desktop** - MCP-ready architecture for AI assistance
|
|
80
|
+
### Working with Changes
|
|
86
81
|
|
|
87
|
-
|
|
82
|
+
1. **Create a change**: Ask AI to create a HeraSpec change, or create manually
|
|
83
|
+
2. **Refine specs**: Review and update delta specs in `heraspec/specs/<change-name>/`
|
|
84
|
+
3. **Implement**: Follow tasks in `heraspec/changes/<change-name>/tasks.md`
|
|
85
|
+
4. **Archive**: Run `heraspec archive <change-name> --yes` when complete
|
|
88
86
|
|
|
89
|
-
|
|
87
|
+
### Skills
|
|
90
88
|
|
|
91
|
-
|
|
92
|
-
<li><a href="https://codecanyon.net/item/flexinote-for-perfex-crm/60590690" target="_blank">FlexNote for Perfex CRM</a> - Advanced note management with AI capabilities.</li>
|
|
93
|
-
<li><a href="https://codecanyon.net/item/polyutilities-for-perfex-crm-quick-access-menu-custom-js-css-and-more/49522529" target="_blank">PolyUtilities for Perfex CRM</a> - Essential toolkit for Perfex CRM customization.</li>
|
|
94
|
-
<li><a href="https://erp.polyxgo.com/code/project/demo-builder-for-perfex-crm" target="_blank">Demo Builder for Perfex CRM</a> - Automated demo instance creator.</li>
|
|
95
|
-
<li><a href="https://erp.polyxgo.com/code/project/polymetrics" target="_blank">PolyMetrics</a> - Product price analysis extension for Envato.</li>
|
|
96
|
-
<li><a href="https://erp.polyxgo.com/code/project/polydemo" target="_blank">PolyDemo</a> - Dynamic demonstration environment for web applications.</li>
|
|
97
|
-
<li><a href="https://erp.polyxgo.com/code/project/smart-payment-for-perfex-crm" target="_blank">Smart Payment for Perfex CRM</a> - Intelligent payment gateway integration.</li>
|
|
98
|
-
</ul>
|
|
89
|
+
Add skills to your project:
|
|
99
90
|
|
|
100
|
-
|
|
91
|
+
```bash
|
|
92
|
+
# List available skills
|
|
93
|
+
heraspec skill list
|
|
101
94
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
<li><a href="https://erp.polyxgo.com/code/project/pxg-sow-hexagram" target="_blank">Giao Quẻ Kinh Dịch - Lục Hào - Mai Hoa Tiên Thiên</a></li>
|
|
106
|
-
<li><a href="https://erp.polyxgo.com/code/project/pxg-geo-compass" target="_blank">Thước Lập Cực</a></li>
|
|
107
|
-
<li><a href="https://erp.polyxgo.com/code/project/pxg-palm-reading" target="_blank">Xem Chỉ Tay</a></li>
|
|
108
|
-
<li><a href="https://erp.polyxgo.com/code/project/pxg-face-reading" target="_blank">Diện Tướng</a></li>
|
|
109
|
-
</ul>
|
|
95
|
+
# Add a skill
|
|
96
|
+
heraspec skill add ui-ux
|
|
97
|
+
heraspec skill add unit-test
|
|
110
98
|
|
|
111
|
-
|
|
99
|
+
# View skill details
|
|
100
|
+
heraspec skill show ui-ux
|
|
101
|
+
```
|
|
112
102
|
|
|
113
|
-
|
|
114
|
-
<li><a href="https://wordpress.org/plugins/white-label-builder/" target="_blank">White Label Builder</a></li>
|
|
115
|
-
<li><a href="https://wordpress.org/plugins/poly-support/" target="_blank">Poly Support</a></li>
|
|
116
|
-
<li><a href="https://wordpress.org/plugins/team-manager-unified/" target="_blank">Team Manager Unified</a></li>
|
|
117
|
-
</ul>
|
|
103
|
+
For more information, see the [HeraSpec documentation](https://github.com/your-org/heraspec/docs).
|
|
118
104
|
|
|
119
|
-
|
|
105
|
+
---
|
|
120
106
|
|
|
121
|
-
|
|
107
|
+
*This section is automatically updated by `heraspec init`. Last updated: 2026-05-21*
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## Installation
|
|
111
|
+
|
|
112
|
+
```bash
|
|
113
|
+
npm install -g heraspec
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
## Quick Start
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
# Initialize a new project
|
|
120
|
+
heraspec init
|
|
121
|
+
|
|
122
|
+
# Create your first change proposal
|
|
123
|
+
heraspec change create "add-user-authentication"
|
|
124
|
+
|
|
125
|
+
# Start working on the change
|
|
126
|
+
heraspec change start "add-user-authentication"
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
## Documentation
|
|
130
|
+
|
|
131
|
+
- [User Guide](./docs/en/USER_GUIDE.md)
|
|
132
|
+
- [Quick Start](./QUICK_START.md)
|
|
133
|
+
- [Architecture](./docs/en/ARCHITECTURE.md)
|
|
134
|
+
|
|
135
|
+
## Features
|
|
136
|
+
|
|
137
|
+
- ✅ Multi-project type support (WordPress, Laravel, React, Vue, etc.)
|
|
138
|
+
- ✅ Specification-driven development
|
|
139
|
+
- ✅ AI integration ready
|
|
140
|
+
- ✅ Change tracking and management
|
|
141
|
+
- ✅ Delta specifications
|
|
142
|
+
- ✅ Task management with skills system
|
|
143
|
+
|
|
144
|
+
## AI Integration
|
|
145
|
+
|
|
146
|
+
Integrate with AI tools for better development workflow: Cursor, Antigravity, Windsurf, Copilot, and Claude Desktop. HeraSpec automatically generates specifications that AI tools can understand and implement.
|
|
147
|
+
|
|
148
|
+
### Supported AI Tools
|
|
149
|
+
|
|
150
|
+
- **Cursor** - Native AGENTS.md support for automatic change creation
|
|
151
|
+
- **Antigravity** - AGENTS.md integration for spec-driven development
|
|
152
|
+
- **Windsurf** - AI-powered workflow with HeraSpec specifications
|
|
153
|
+
- **Copilot** - Enhanced development with structured specs
|
|
154
|
+
- **Claude Desktop** - MCP-ready architecture for AI assistance
|
|
155
|
+
|
|
156
|
+
## Showcase
|
|
157
|
+
|
|
158
|
+
Here are some products built partially or entirely using the HeraSpec framework:
|
|
159
|
+
|
|
160
|
+
<ul>
|
|
161
|
+
<li><a href="https://codecanyon.net/item/flexinote-for-perfex-crm/60590690" target="_blank">FlexNote for Perfex CRM</a> - Advanced note management with AI capabilities.</li>
|
|
162
|
+
<li><a href="https://codecanyon.net/item/polyutilities-for-perfex-crm-quick-access-menu-custom-js-css-and-more/49522529" target="_blank">PolyUtilities for Perfex CRM</a> - Essential toolkit for Perfex CRM customization.</li>
|
|
163
|
+
<li><a href="https://erp.polyxgo.com/code/project/demo-builder-for-perfex-crm" target="_blank">Demo Builder for Perfex CRM</a> - Automated demo instance creator.</li>
|
|
164
|
+
<li><a href="https://chromewebstore.google.com/detail/flexinote/oendkbllnfafakogepolfaonionlkehc" target="_blank">FlexNote - Sticky Notes for Web</a> - Create, manage, and customize notes directly on any webpage.<br>
|
|
165
|
+
GitHub: <a href="https://github.com/PolyXGO/FlexiNote-extension" target="_blank">FlexNote - Smart Sticky Notes</a></li>
|
|
166
|
+
<li><a href="https://erp.polyxgo.com/code/project/polymetrics" target="_blank">PolyMetrics</a> - Product price analysis extension for Envato.</li>
|
|
167
|
+
<li><a href="https://erp.polyxgo.com/code/project/polydemo" target="_blank">PolyDemo</a> - Dynamic demonstration environment for web applications.</li>
|
|
168
|
+
<li><a href="https://erp.polyxgo.com/code/project/smart-payment-for-perfex-crm" target="_blank">Smart Payment for Perfex CRM</a> - Intelligent payment gateway integration.</li>
|
|
169
|
+
</ul>
|
|
170
|
+
|
|
171
|
+
### Plugin WordPress cho Phong Thủy Huyền Học
|
|
172
|
+
|
|
173
|
+
<ul>
|
|
174
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-geofesh" target="_blank">Xem Ngày Tốt Xấu</a></li>
|
|
175
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-geofesh" target="_blank">Xem và Lập Lá Số Tứ Trụ - Bát Tự</a></li>
|
|
176
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-sow-hexagram" target="_blank">Giao Quẻ Kinh Dịch - Lục Hào - Mai Hoa Tiên Thiên</a></li>
|
|
177
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-geo-compass" target="_blank">Thước Lập Cực</a></li>
|
|
178
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-palm-reading" target="_blank">Xem Chỉ Tay</a></li>
|
|
179
|
+
<li><a href="https://erp.polyxgo.com/code/project/pxg-face-reading" target="_blank">Diện Tướng</a></li>
|
|
180
|
+
</ul>
|
|
181
|
+
|
|
182
|
+
### Plugin WordPress khác
|
|
183
|
+
|
|
184
|
+
<ul>
|
|
185
|
+
<li><a href="https://wordpress.org/plugins/white-label-builder/" target="_blank">White Label Builder</a></li>
|
|
186
|
+
<li><a href="https://wordpress.org/plugins/poly-support/" target="_blank">Poly Support</a></li>
|
|
187
|
+
<li><a href="https://wordpress.org/plugins/team-manager-unified/" target="_blank">Team Manager Unified</a></li>
|
|
188
|
+
</ul>
|
|
189
|
+
|
|
190
|
+
## Support
|
|
191
|
+
|
|
192
|
+
<div align="center">
|
|
193
|
+
|
|
194
|
+
If you find this source code helpful, consider buying me a coffee to support my work! ☕
|
|
195
|
+
|
|
196
|
+
[](https://paypal.me/polyxgo)
|
|
197
|
+
|
|
198
|
+
-or-
|
|
199
|
+
|
|
200
|
+
<img src="https://polyxgo.com/wp-content/uploads/2026/01/CafeCodeTrauNheNgokNgok.png" alt="Donate QR Code" width="300" />
|
|
201
|
+
|
|
202
|
+
</div>
|
|
203
|
+
|
|
204
|
+
## License
|
|
205
|
+
|
|
206
|
+
MIT License - see [LICENSE](./LICENSE) file for details.
|