Transfer customer settlement funds
Held by policy · P-12 · $80,000
Waiting on Priya Raman · 10:03
Workspace
Brief, run, review, and accept work in one place.
Keep the goal, task, conversation, artifact, worker, and decision on one shared board.
The brief sits in one tool, the task in another, the run in a third, and the decision in a thread. Reviewers spend time finding the story before they can judge the result. MIT linked failed AI pilots to weak workflow integration and weak learning from prior work (MIT NANDA, 2025).
Example — fictional team and data. Not a live run or customer result.
Launch Operations · AES / Board
10:11
Before
Which version is accepted? Who reviewed it? Is approval complete?
After
One acceptance record.
Give a person, agent, tool, or workflow a named step and keep its progress on the task.
The goal, constraints, comments, dependencies, and artifacts travel with the assignment.
Handle questions, handoffs, exceptions, and approvals beside the work they affect.
Example — fictional team and data. Not a live run or customer result.
Plan
LiveCan we ship without copying customer data into the staging report?
Yes. The staging report now carries aggregate counts only. The raw export stays behind P-12 sign-off.
Use aggregate counts in staging.
AES-184 · P-12 · Claude Code
Attach the spec, draft, diff, document, or output to the task and retain its source and revisions.
A result can arrive without being accepted. Reviewers see the requirement, history, checks, and artifact before they decide.
Example — fictional team and data. Not a live run or customer result.
Review
Round 1| 82 | const report = createReport(); | |
| − | report.rows = rows; | |
| − | report.export = exportRaw(rows); | |
| 83 | + | report.count = rows.length; |
| 84 | + | report.byRegion = countBy(rows); |
| 85 | + | // raw export needs P-12 sign-off |
| 86 | + | report.export = null; |
| 87 | + | report.policy = "P-12"; |
| 88 | return report; |
Historyspec rev 4diff rev 7review round 1
Every step adds to the same work record.
Example — fictional team and data. Not a live run or customer result.
One card, six steps
AES-18409:00
Goal set
Brief attached
PM connects the goal, brief, repo, and owner.
09:08
Spec drafted
Planning agent drafting spec
Planning agent drafts the spec; PM redirects scope.
09:24
Code written
Coding agent implementing
Coding agent starts with the full brief; nothing is re-explained.
09:41
Checks run
Tests passed
Tests run; the policy in force is recorded on the run.
10:03
Reviewed & approved
Held for approval
Human gate · P-12
Reviewer gets the diff, requirement, checks, and history.
10:11
Shipped & learned
Accepted
Outcome, cost, and acceptance are recorded for later comparison.
The objective and decisions stay attached through each handoff.
Reviewers spend their time on the result, not on finding its history.
One task shows the current owner, artifact, review, and next decision.
We already have a tracker with AI features.
Keep your tracker. Aestus adds the run, artifact, policy, review, cost, and acceptance record needed when people and agents share the work.