chore: integrate AI development platform into HLL Vietnam project

This commit is contained in:
devRaGonSa
2026-03-19 10:57:24 +01:00
parent 8a35ed02f9
commit a82a90a1b4
28 changed files with 874 additions and 17 deletions

View File

@@ -0,0 +1,26 @@
# Plan Feature Prompt
Use this prompt when the orchestrator needs to transform a repository request into implementation-ready tasks.
## Prompt
Analyze the HLL Vietnam repository before proposing any implementation work.
Required behavior:
1. Read `AGENTS.md`.
2. Read `ai/repo-context.md`.
3. Read `ai/architecture-index.md`.
4. Review only the files directly related to the request.
5. Produce a small, safe task breakdown.
6. Do not invent product features outside the request.
7. Keep branding, frontend stack and planned Python backend consistent with the repository rules.
Task output rules:
- Use `ai/task-template.md`.
- Keep tasks small and verifiable.
- Prefer one task when the work is very small.
- Add clear `Files to Read First`.
- Add clear `Expected Files to Modify`.
- Include explicit validation steps.