-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Project Plan (AI Agent) | ||
about: A Project Plan is intended primarily to describe this issue to an AI agent. | ||
It can also be helpful for a human implementer. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
- [ ] Read the entire project plan carefully before beginning work | ||
- [ ] Do not stop working until the project plan is entirely completed | ||
- [ ] Check every checkbox before finishing the project plan | ||
- [ ] Double-check all of your work and ensure that absolutely everything in this project plan has been completed | ||
|
||
# Title | ||
|
||
# Description | ||
|
||
# Tasks | ||
|
||
// These should be checkboxes | ||
|
||
# Acceptance Criteria | ||
|
||
- [ ] All tasks in the Tasks section have been completed | ||
- [ ] All work has been double-checked, you are sure that you have completed absolutely everything from this project plan | ||
- [ ] All affected tests in the `examples` directory have been updated | ||
- [ ] All affected tests in the `examples` directory are passing | ||
- [ ] All TypeScript and linting errors are gone | ||
- [ ] Both stable and experimental templates have been regenerated | ||
- [ ] All checkboxes in this document are checked |