Seeded personal organization control repo
This commit is contained in:
33
templates/agent-task.md
Normal file
33
templates/agent-task.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Agent Task: {{title}}
|
||||
|
||||
## Goal
|
||||
|
||||
What should the agent accomplish?
|
||||
|
||||
## Context
|
||||
|
||||
Relevant background.
|
||||
|
||||
## Inputs
|
||||
|
||||
Files, documents, repos, or notes the agent should use.
|
||||
|
||||
## Allowed Changes
|
||||
|
||||
What the agent may change.
|
||||
|
||||
## Forbidden Changes
|
||||
|
||||
What the agent must not change.
|
||||
|
||||
## Expected Output
|
||||
|
||||
What the agent should produce.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
How to know the task is done.
|
||||
|
||||
## Human Approval Required For
|
||||
|
||||
Any areas where the agent must stop and ask.
|
||||
45
templates/area-card.md
Normal file
45
templates/area-card.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Area: {{name}}
|
||||
|
||||
## Purpose
|
||||
|
||||
What this area exists for.
|
||||
|
||||
## Strategic Role
|
||||
|
||||
How this area contributes to the larger landscape.
|
||||
|
||||
## Activation Level
|
||||
|
||||
A0 Dormant / A1 Incubating / A2 Active / A3 Critical
|
||||
|
||||
## Current State
|
||||
|
||||
Brief description of the current situation.
|
||||
|
||||
## Commitments
|
||||
|
||||
Things that actually need to happen.
|
||||
|
||||
## Options
|
||||
|
||||
Interesting possibilities that are not yet commitments.
|
||||
|
||||
## Open Decisions
|
||||
|
||||
Decisions that need to be made.
|
||||
|
||||
## Risks
|
||||
|
||||
Things that could create harm, stress, delay, cost, or confusion.
|
||||
|
||||
## Agentic Suitability
|
||||
|
||||
What agents may safely help with in this area.
|
||||
|
||||
## Next Surface
|
||||
|
||||
Where the next useful action should appear.
|
||||
|
||||
## Notes
|
||||
|
||||
Additional context.
|
||||
43
templates/decision-record.md
Normal file
43
templates/decision-record.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Decision: {{title}}
|
||||
|
||||
## Status
|
||||
|
||||
Open / Accepted / Rejected / Superseded
|
||||
|
||||
## Date
|
||||
|
||||
YYYY-MM-DD
|
||||
|
||||
## Context
|
||||
|
||||
What situation created the need for this decision?
|
||||
|
||||
## Options
|
||||
|
||||
### Option 1
|
||||
|
||||
Description.
|
||||
|
||||
### Option 2
|
||||
|
||||
Description.
|
||||
|
||||
### Option 3
|
||||
|
||||
Description.
|
||||
|
||||
## Decision
|
||||
|
||||
What was decided?
|
||||
|
||||
## Rationale
|
||||
|
||||
Why this option was chosen.
|
||||
|
||||
## Consequences
|
||||
|
||||
What follows from this decision?
|
||||
|
||||
## Review
|
||||
|
||||
When or under what condition should this decision be reviewed?
|
||||
45
templates/project-card.md
Normal file
45
templates/project-card.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# Project: {{name}}
|
||||
|
||||
## Purpose
|
||||
|
||||
What this project exists to achieve.
|
||||
|
||||
## Parent Area
|
||||
|
||||
Which area or organization owns this project.
|
||||
|
||||
## Status
|
||||
|
||||
Proposed / Incubating / Active / Paused / Complete / Deprecated
|
||||
|
||||
## Activation Level
|
||||
|
||||
A0 / A1 / A2 / A3
|
||||
|
||||
## Desired Outcome
|
||||
|
||||
What success would look like.
|
||||
|
||||
## Current State
|
||||
|
||||
Where the project stands now.
|
||||
|
||||
## Next Action
|
||||
|
||||
The smallest useful next action.
|
||||
|
||||
## Dependencies
|
||||
|
||||
Other projects, people, services, accounts, or decisions needed.
|
||||
|
||||
## Risks
|
||||
|
||||
Known risks or uncertainty.
|
||||
|
||||
## Agentic Suitability
|
||||
|
||||
What agents may safely do.
|
||||
|
||||
## Notes
|
||||
|
||||
Additional context.
|
||||
43
templates/weekly-review.md
Normal file
43
templates/weekly-review.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# Weekly Review
|
||||
|
||||
## Week
|
||||
|
||||
YYYY-WW
|
||||
|
||||
## Orientation
|
||||
|
||||
What feels most important this week?
|
||||
|
||||
## Active Commitments
|
||||
|
||||
- [ ] ...
|
||||
|
||||
## Critical Issues
|
||||
|
||||
- [ ] ...
|
||||
|
||||
## Waiting For
|
||||
|
||||
- ...
|
||||
|
||||
## Inbox Items to Process
|
||||
|
||||
- ...
|
||||
|
||||
## Decisions Needed
|
||||
|
||||
- ...
|
||||
|
||||
## Energy Check
|
||||
|
||||
What should be reduced, parked, or simplified?
|
||||
|
||||
## Agent Tasks to Prepare
|
||||
|
||||
- ...
|
||||
|
||||
## Next Week Focus
|
||||
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
Reference in New Issue
Block a user