Skip to content

Commit 4aa2f73

Browse files
feat: add AI to uDoD (#282)
#280
1 parent cdca9bc commit 4aa2f73

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/tools-and-policies/universal-dod.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ According to the [_Scrum Alliance_ definition]((https://resources.scrumalliance.
2323
2424
In simple words a _Definition of Done_ is **a checklist of non-functional requirements** to ensure to be on the right path and understand **if a task is actually done** or if it needs more work.
2525

26-
Definitions of done **are living documents**, significantly depending on the context in which they are applied, such as technologies, team composition, contracts, policies, etc.
26+
Definitions of done **are living documents**, significantly depending on the context in which they are applied, such as technologies, team composition, contracts, policies, etc.
2727
Still, there are some universal principles we apply to all and every projects, and they define what we call the _**Universal Definition of Done**_ (_UDoD_)
2828

2929
### Universal Definition of Done
@@ -49,6 +49,11 @@ When working on a SparkFabrik project, a task is considered done when:
4949
- Architectural overviews, schemas, flow-diagrams and decisions log.
5050
- Domain glossary.
5151
- Technical and business key contacts and roles.
52+
- **AI tooling prompts and instructions** are created and maintained as reusable project assets when using AI tools like GitHub Copilot, including:
53+
- GitHub Copilot Custom Instructions tailored to the project's codebase and conventions.
54+
- Reusable chat prompts/chat modes for common tasks (debugging, refactoring, documentation).
55+
- Defined AI agents that team members can use for specific roles (e.g., "senior QA engineer", "security reviewer").
56+
- An `AGENTS.md` file or similar documentation that formalizes and shares these prompts and personas with the team.
5257

5358
#### Project-Level checks
5459

0 commit comments

Comments
 (0)