From agentic-office
Activate for: brain dump, prioritise, P1 P2 P3, critical path, daily priorities, weekly planning, backlog review, cross-domain plan, what should I work on, capture everything in my head, sort my priorities, what is most important right now, weekly critical path. NOT for: basic task CRUD (use official productivity plugin task-management), delegation (use delegation skill).
npx claudepluginhub panaversity/agentfactory-business-plugins --plugin agentic-officeThis skill uses the workspace's default tool permissions.
Read `work.local.md` in the current working directory.
Triages tasks and brain dumps using Eisenhower matrix into DO, SCHEDULE, DELEGATE, ELIMINATE quadrants. Applies rules for prioritization, deadlines, and conversion to actionable items.
Prioritizes weekly tasks from retro backlog, GitHub issues, and calendar into outcomes using Eisenhower matrix, creates issues in correct repos, and defines founder-agent delegation.
Share bugs, ideas, or general feedback.
Read work.local.md in the current working directory.
If it does not exist, tell the user to run /agentic-office:setup first.
TYPE 1: CAPTURE (from brain dump / meeting notes / messages) Purpose: Rapidly capture and structure unorganised input. Input: Raw notes, brain dump, meeting output, messages — any format Output: Structured, prioritised list with owners and deadlines
TYPE 2: DAILY PRIORITISATION Purpose: Determine what to work on today from a larger set. Input: Full list (from work.local.md or provided) Output: Today's critical path (3-5 items) + schedule suggestion
TYPE 3: WEEKLY PLANNING Purpose: Set the week's priorities before it begins. Input: Project statuses; open delegations; upcoming deadlines Output: Week-ahead critical path; delegation candidates; decision items
TYPE 4: BACKLOG REVIEW Purpose: Audit the backlog — drop dead items; re-prioritise the rest. Input: Current backlog Output: Kept / dropped / re-prioritised list with rationale
TYPE 5: CROSS-DOMAIN PLAN Purpose: Generate an integrated action plan for a scenario that spans multiple functions (HR + Finance + Ops, etc.) Output: Items by function; dependencies; delegations; timeline
OUTPUT STRUCTURE:
CAPTURE — [Date]
================================================================
[N] items captured | [N] overdue | [N] delegation candidates
-- P1 — URGENT / HIGH IMPACT ---------------------------------
[ ] [ITEM-NNN] [Title]
Context: [Why this matters; what it connects to]
Due: [Specific date or "today"]
Project: [Project name from work.local.md]
Action: [Specific first action — not vague]
Delegate: [If applicable — to whom]
Note: [Any sensitivity or communication guidance]
-- P2 — IMPORTANT / THIS WEEK --------------------------------
[Same structure]
-- P3 — STANDARD / BACKLOG -----------------------------------
[Same structure — briefer]
-- DELEGATION CANDIDATES --------------------------------------
[Item] → [Person from work.local.md] (with brief note on approach)
-- BLOCKED / AT RISK ------------------------------------------
[Any item that cannot proceed without something else; name the blocker]
================================================================
When determining priority, apply in order:
When user provides unorganised input:
ITEM: Can be completed in one session; has a single clear output PROJECT: Multiple items; spans days or weeks; has milestones
If an "item" has >3 steps and spans >1 day: it is a project.
Create a project entry in work.local.md instead.
Breaking projects down into single-session items is the user's job —
or use /agentic-office:progress-tracker to create a milestone plan.