smithery/oodaris

core-holistic-planning-and-tracking

Create a plan and Beads tasks with dependencies and acceptance criteria.

Installation

$ npx skills add smithery/oodaris --skill core-holistic-planning-and-tracking

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/oodaris.

npx skills add smithery/oodaris

Browse all from smithery/oodaris

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,368 B
  • docs SUMMARY.md 115 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Holistic Planning + Beads Tracking

Repo anchors (autocodex)

  • DOCS_PATH: docs/
  • PLANS_PATH: docs/plans/
  • BEADS_PATH: .beads/

When to use

  • A plan and task breakdown are required before implementation.

Preconditions

  • .beads/ exists.
  • If required inputs (schemas, env vars, sample payloads) are missing, STOP and ask.

Inputs to confirm

  • Problem statement + success criteria
  • Scope and constraints
  • Required contracts (config, OpenAPI, protocols)

Required artifacts

  • Plan file in docs/plans/
  • Beads tasks with dependencies and acceptance criteria

Quick path

  • Draft plan in docs/plans/.
  • Create Beads tasks using the template in docs/AGENTS.md.
  • Add dependencies with bd dep add.

Steps

  1. Write or update the plan.
  2. Create Beads tasks per work package.
  3. Add dependencies.
  4. Run bd lint if required.

Failure modes and responses

  • Missing inputs: stop and request a checklist.
  • No Beads: run bd init or ask the user to initialize.

Definition of done

  • Plan exists and Beads tasks are created with dependencies.

Example (minimal)

  • Plan: docs/plans/autocodex-v1-plan.md
  • Tasks: Contracts → CLI → Plugins → API → UI.