ScrumIA

← All modules

🧩 scrumia-core

The kernel. It describes the composition and does nothing else.

slot · none version · 0.4.0

What it is responsible for

Holds the project's active composition: which module fills which slot, where the configuration lives, and the conventions every other module assumes. scrumia-init installs or checks it; scrumia-compose inspects, changes and diagnoses it.

What it refuses

It decides nothing a module should decide, ships no workflow of its own, and never answers a question a plugged-in module is there to answer.

The assumption it makes

Assumes a project is only legible to an agent if its composition is written down rather than inferred. Costs one more file that has to stay true — a stale composition block is worse than none.

Its skills

Tags

What it goes well with

Every module builds on it, so it names no complement of its own — but its /next skill has nothing to recommend until a tracker and a team sit alongside it: scrumia-github-project, scrumia-teams.

Install it

/plugin install scrumia-core@scrumia

Read the source on GitHub