Author structured Shared Context Engineering implementation plans.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Turn a human change request into context/plans/{plan_name}.md.
context/plans/{plan_name}.md until the user answers.Assumptions section.Example clarification questions (use this style - specific, blocking, targeted):
- Should the new endpoint authenticate via the existing JWT middleware, or is a separate auth flow in scope?
- Is database migration rollback a hard requirement, or is forward-only acceptable for this change?
- Which service owns the
UserProfiletype - should this task modify that definition or only consume it?
T01..T0N)For each task include:
polish, finalize, misc updates) out of executable tasks; convert them into specific outcomes with concrete acceptance checks.Example compliant skeleton:
[single intent title] (status:todo)
[one outcome][tight scope][clear acceptance for one coherent change][targeted checks for this change]Example filled-in task entry:
Add /auth/refresh endpoint (status:todo)
/auth/refresh endpoint that exchanges a valid refresh token for a new access token.POST /auth/refresh returns a signed JWT on valid input and 401 on expired/invalid token; unit tests pass; OpenAPI spec updated.pnpm test src/auth/refresh.test.ts; curl -X POST localhost:3000/auth/refresh -d '{"token":"..."}' -w "%{http_code}".Use checkbox lines for machine-friendly progress tracking:
- [ ] T01: ... (status:todo)See context/plans/PLAN_EXAMPLE.md for a full annotated reference plan (JWT auth walkthrough covering all required sections and four task entries).
context/plans/.plan_name and exact file path.T01./next-task {plan_name} T01.