A curated library of 12 language-agnostic planning skills and 4 personas for technical project management, product planning, and agile execution.
91
94%
Does it follow best practices?
Impact
91%
1.16xAverage score across 16 eval scenarios
Passed
No known issues
Plan input: "Add OAuth2 login via Google"
Resulting ticket:
BE | Add Google OAuth2 callback endpoint
Classification: type=Story, area=backend, execution_order=foundation, dependency_level=unblocked, target_bucket=next-dev-sprint
**Summary:** Implement the OAuth2 callback action that exchanges the Google authorization code for a user token and creates or finds a User by email.
**Background:** Users need Google login. The callback endpoint completes the OAuth flow after Google redirects back to the app.
**Acceptance Criteria:**
- POST /auth/google/callback exchanges code for token
- Creates or finds User by email from Google profile
- Returns signed session on success; error JSON on failure
**Dependencies:** None. Unblocked.
**Technical Notes:** Uses OAuth2. Callback path must match the redirect URI registered in Google Cloud Console.Create-in-tracker readiness:
.tessl-plugin
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
skills
analysis
requirements-clarifier
backlog
prioritize-backlog
ceremony
create-retrospective
plan-sprint
infrastructure
github-issue
prd
create-prd
review-prd
task-management
estimate-tasks
generate-tasks
plan-tickets