- Shell 87.9%
- Makefile 12.1%
# Conflicts: # global-prompts/debugging/debug-troubleshooting.md # global-prompts/development/feature-development.md # global-prompts/development/refactor-cleanup.md # global-prompts/development/smoketest-development-loop.md # global-prompts/documentation/documentation-update.md # global-prompts/documentation/handoff-summary.md # global-prompts/project-bootstrap/project-template-bootstrap.md # global-prompts/release/release-milestone.md # global-prompts/review/code-review.md # global-prompts/review/security-review.md # global-prompts/testing/test-and-ci-verification.md # standards/documentation-standard.md # standards/handoff-standard.md # standards/smoketest-development-standard.md # templates/project-documentation-template/context/README.md # templates/project-documentation-template/context/current-state.md # templates/project-documentation-template/context/handoff-summary.md # templates/project-documentation-template/context/open-questions.md # templates/project-documentation-template/docs/README.md # templates/project-documentation-template/prompts/documentation/documentation-update-prompt.md # templates/project-documentation-template/prompts/project-bootstrap/project-baseline-prompt.md |
||
|---|---|---|
| examples | ||
| global-prompts | ||
| standards | ||
| templates | ||
| .clinerules | ||
| .gitignore | ||
| AGENTS.md | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| LICENSE | ||
| QUICK-START.md | ||
| README.md | ||
AI Dev Workflow
Reusable AI-assisted development workflow, prompts, standards, and documentation templates.
Purpose
This repository contains general-purpose prompts, standards, and templates for AI-assisted software development.
It is designed for implementation-focused work with coding agents such as Cline, Codex, Claude, or similar tools.
What Belongs Here
- reusable coding-agent prompts;
- project bootstrap prompts;
- smoke-test driven development workflow;
- Git and commit standards;
- deployment workflow: local → git → Forgejo Actions → Docker Registry → server;
- documentation standards;
- handoff standards;
- security review prompts;
- operational baseline materials for logging, audit logging, backup, restore, and readiness review;
- project documentation templates with a repo-local Project Context Layer under
docs/context/.
What Does Not Belong Here
- secrets;
- client-specific information;
- private infrastructure details;
- company-internal strategy;
- project-specific current state;
- personal memory.
Getting started
See QUICK-START.md for a step-by-step guide to setting up a new project,
a common-task reference table, and a summary of the deploy flow.
AI tool entry points are in the repo root:
CLAUDE.md (Claude Code), AGENTS.md (Codex), .clinerules (Cline).
Project-level versions live in templates/project-documentation-template/.
Recommended Usage
At the beginning of a new project, use the project bootstrap prompt and the project documentation template.
Generated project documentation includes docs/context/ for project-specific
AI-readable context. Keep ChatGPT memory for long-term preferences, workstyle
hints, and short durable pointers such as: "Detailed project context is stored
in the repository under docs/context/." Keep project facts in the repository.
During development, use the implementation prompts and standards as needed.
Structure
global-prompts/- reusable prompts for coding agents.standards/- shared rules for implementation, docs, git, deployment, review, and handoff.templates/- copyable project documentation and workflow templates.examples/- small examples showing expected usage.
Operational baseline materials are included for logging, audit logging, backup, restore, and operational readiness.
Deployment materials cover the full flow from local development to Forgejo Actions CI/CD,
Docker Registry, SSH-based server deploy, smoke test, and rollback.
Use templates/forgejo-actions/ and templates/project-ops/ as starting points
for any new deployable project.