docs: define development workflow and AI-agent rules
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Active
- Domain
- developer-experience, documentation
Research direction
Start by inspecting the repository root and the existing docs/ workflow guidance, including AGENTS.md if present. Create or update the root-level AI instructions and document the required development workflow; done means a new coding agent can follow the rules without relying on chat history.
Written by the indexing model from the issue text.
Description
Objective
Create explicit rules for AI-assisted development so coding agents do not repeatedly rewrite architecture or introduce uncontrolled complexity.
Required AI workflow
Before changing code:
- Read
AGENTS.md. - Read the relevant docs under
docs/. - Inspect the existing implementation.
- State the affected architectural boundary.
- Make the smallest coherent change.
- Run tests/typecheck/build.
- Update docs when behavior or architecture changes.
Rules
- Do not create duplicate abstractions.
- Do not move business logic into UI components.
- Do not add dependencies without a documented reason.
- Do not change architecture to solve a local bug.
- Do not claim tests passed unless they were run.
- Do not mark a ticket complete if acceptance criteria are not met.
- Prefer small, reviewable changes.
- Preserve browser portability.
- Keep ChatGPT DOM code isolated.
- Treat docs as part of the product architecture.
Acceptance criteria
Root-level AI instructions and the docs workflow make it possible for a new coding agent to continue work safely without relying on chat history.
- Dominant language
- CSS
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from ChinmayOnGithub/queueit
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
All issues in ChinmayOnGithub/queueit
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
hemilabs/ui-monorepo#2332 ·
-
Help-Wanted Needs-Triage Package-Update
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
microsoft/winget-pkgs#438662 ·
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·
-
bug good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
olcf/olcf-test-harness#278 · 1 comment ·