@maestria/cursor 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maestria",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Maestria methodology for Cursor - pipeline specialists, orchestrator skill, and workflow commands",
5
5
  "author": {
6
6
  "name": "agustinusnathaniel"
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @maestria/cursor
2
2
 
3
- A declarative [Cursor](https://cursor.com/) plugin that brings Maestria's structured agent orchestration to Cursor IDE and Cursor CLI (`agent`; `cursor-agent` is a compatibility alias) - 7 specialist Task agents, an orchestrator skill, always-on global rules, and workflow commands.
3
+ A declarative [Cursor](https://cursor.com/) plugin that brings Maestria's structured agent orchestration to Cursor IDE and Cursor CLI (`agent`; `cursor-agent` is a compatibility alias) - specialist Task agents, an orchestrator skill, always-on global rules, and workflow commands (7 specialists as of 2026-09-22; see What It Provides below for the current list).
4
4
 
5
5
  > This package is part of the Maestria project. See [VISION.md](https://github.com/agustinusnathaniel/maestria/blob/main/VISION.md) for the project vision, motivation, and scope.
6
6
 
@@ -15,10 +15,11 @@ Restart Cursor IDE (or use **Developer: Reload Window**). Cursor CLI uses `agent
15
15
 
16
16
  ## What It Provides
17
17
 
18
- - **7 specialist Task agents** - adventurer, architect, builder, diagnose, planner, reviewer, writer.
18
+ - **Specialist Task agents** (7 as of 2026-09-22; see the [package directory](https://github.com/agustinusnathaniel/maestria/blob/main/packages/cursor/agents) for the current list) - adventurer, architect, builder, diagnose, planner, reviewer, writer.
19
19
  - **Orchestrator skill** - dispatcher methodology, handoff contracts, maker/checker guidance.
20
20
  - **Always-on global rules** - `rules/maestria-global.mdc` with `alwaysApply: true`.
21
21
  - **Workflow commands** - `/fein` (full pipeline), `/sonar` (research only), `/blitz` (fast implementation).
22
+ - **Project customization (advisory)** - the orchestrator reads project-root `.maestria/workflow.md` then `.maestria/rules.md` with host tools when not already supplied; missing files leave defaults unchanged, and an unreadable file is disclosed and requested rather than invented.
22
23
 
23
24
  ## Support / Platform Notes
24
25
 
package/agents/planner.md CHANGED
@@ -44,4 +44,4 @@ Include planned phases, assumptions, verification and rollback evidence, and the
44
44
 
45
45
  ## Skills
46
46
 
47
- Use available skill descriptions for unresolved requirements, product discovery, issue/PRD creation, or prototyping when that work is part of the assignment. Skip skill loads for one-step plans.
47
+ Use available skill descriptions for unresolved requirements, product discovery, issue/PRD creation, or prototyping when that work is part of the assignment. See the available `spec-contract` skill for an optional contract header shape. Skip skill loads for one-step plans.
@@ -82,6 +82,10 @@ Use these categories to identify relevant risks. Cover the changed contract and
82
82
  - Does the output read like a professional email to a trusted colleague?
83
83
  - Format findings as: `style: [issue] -> [fix/dismiss]`
84
84
 
85
+ ### 10. Spec-contract drift (optional pointer, skip when absent)
86
+
87
+ - When a spec-contract header or owning spec is linked, apply its drift, acceptance-coverage, ambiguity-tagging, delta-stating, and append-only rules; skip when absent.
88
+
85
89
  ## Questions to Ask Yourself
86
90
 
87
91
  1. Is this specific code change related to the overall intended goal?
@@ -132,7 +136,7 @@ Then produce:
132
136
 
133
137
  ## Skills
134
138
 
135
- For interface changes, use UI review guidance; for interaction or access risks, accessibility guidance; for page discovery/sharing, metadata guidance; for animation issues, motion guidance. Load `skill-judge` for skill packages. Skip unrelated loads for backend or infrastructure diffs.
139
+ For interface changes, use UI review guidance; for interaction or access risks, accessibility guidance; for page discovery/sharing, metadata guidance; for animation issues, motion guidance. See the available `spec-contract` skill for an optional contract header shape. Load `skill-judge` for skill packages. Skip unrelated loads for backend or infrastructure diffs.
136
140
 
137
141
  ## References
138
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maestria/cursor",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "private": false,
5
5
  "description": "Maestria methodology plugin for Cursor IDE and Cursor CLI - specialists, orchestrator, and workflow commands",
6
6
  "keywords": [
@@ -39,9 +39,8 @@ At acceptance, classify visual evidence as required (changed surfaces, relevant
39
39
 
40
40
  ### Documentation and changesets
41
41
 
42
- - Assess internal docs, user-facing docs, changelog/release notes, and required changesets separately; update only affected categories, with a concise reason when a plausible category needs no update.
43
- - Carry required documentation through implementation and review briefs to final reconciliation; missing affected docs leaves acceptance incomplete.
44
- - Keep the assessment proportionate to the change.
42
+ - Required affected docs are part of acceptance; carry them through briefs to final reconciliation.
43
+ - When docs work applies, load the available `docs-update` methodology skill and follow it; a missing skill never blocks ordinary docs work.
45
44
 
46
45
  Keep file, package, and runtime scope explicit. Classify findings as in-scope defects, design blockers, platform limitations, or follow-ups, and do not expand scope for adjacent findings unless they invalidate acceptance or create an immediate safety or production risk. Freeze the outcome, acceptance criteria, non-goals, and repair limits at the start of a work unit; re-plan only when the outcome or evidence changes.
47
46
 
@@ -81,26 +80,7 @@ Merge, release, and production operations remain separate authorization boundari
81
80
 
82
81
  ### PR delivery contract
83
82
 
84
- Shape every reviewable PR with a title written as an explicit Conventional Commits title (not inferred from commit format) and a body using literal `##` headings in this order:
85
-
86
- 1. `## Summary` (what changed and why):
87
- - Lead with the user-visible outcome, or the maintainer benefit for internal changes, in plain language.
88
- - Keep it a short paragraph or a few concise bullets; put file-level details in Changes and check results in Verification.
89
- - Omit internal execution metadata such as session IDs; write for a human reviewer.
90
- 2. `## Changes` (Work Results table with File, What changed, and Why columns):
91
- - Describe the actual change and its practical purpose, not the editing action.
92
- - Group related files that share one change and rationale; skip repeating the Summary and list only symbols that help review.
93
- - Omit internal execution metadata such as session IDs; write for a human reviewer.
94
- 3. `## Verification` (checks run, results, and unresolved acceptance gaps)
95
- - Note review outcome briefly without pasting identifiers.
96
- 4. `## Visual evidence` when applicable (per the visual-delivery contract)
97
- 5. `## Breaking changes` when applicable (migration guidance)
98
-
99
- When the project defines an explicit template, follow it while preserving that required information.
100
-
101
- The reviewer checks rendered coverage against the changed surface; the delivery owner reads back the published body to confirm accessible artifacts, captions, and current coverage.
102
-
103
- After any push that changes the cumulative diff or verification evidence, update the PR title and body to match, then read back the published body before reporting delivery complete.
83
+ Core owns the outcome, evidence, review, and authorization floors for every reviewable PR. Title, body, and visual-evidence conventions live in the `create-pull-request` methodology skill: for an active PR task, load the available skill before drafting, and follow the project template when one applies while preserving the required information. Stop on explicit project opt-out. A missing skill never blocks delivery and never waives review or authorization; write a sensible body instead. The reviewer checks rendered coverage against the changed surface; after any push that changes diff or verification, refresh the draft and read back the published body before reporting delivery complete.
104
84
 
105
85
  ## Canonical Source Invariant
106
86
 
@@ -56,7 +56,9 @@ Approve when acceptance evidence is complete and no blocking/material finding re
56
56
 
57
57
  ## Workflow and Delegation
58
58
 
59
- When present, load `.maestria/workflow.md` and `.maestria/rules.md` once per session. Briefs contain only the material needed to act - goal, constraints, acceptance evidence, termination condition - and restate binding user constraints so they survive the hop. Carry required documentation per the global documentation and changesets contract. Fan out only independent, non-overlapping work and integrate all results before review. If the user rejects an approach twice, stop and re-evaluate. Keep assumptions, evidence, and findings separate; re-plan when the outcome or its evidence changes, not merely because activity stalled.
59
+ When the host has not already supplied them, load project-root `.maestria/workflow.md` then `.maestria/rules.md` using host tools (root only). Absence is normal; an unreadable file is surfaced and its content requested rather than silently overridden. Treat both as subordinate guidance under global safety and host authorization. Briefs contain only the material needed to act - goal, constraints, acceptance evidence, termination condition - and restate binding user constraints so they survive the hop. Carry required documentation per the global documentation and changesets contract. Fan out only independent, non-overlapping work and integrate all results before review. If the user rejects an approach twice, stop and re-evaluate. Keep assumptions, evidence, and findings separate; re-plan when the outcome or its evidence changes, not merely because activity stalled.
60
+
61
+ Load the available `spec-contract` skill only when persistent intent across steps would reduce risk; absence is normal.
60
62
 
61
63
  ## Mode Precedence
62
64
 
@@ -97,16 +99,7 @@ Report briefly at milestones: outcome, verification limits, delivery state, and
97
99
 
98
100
  ## Visual Delivery Evidence
99
101
 
100
- For changes to rendered UI, including documentation sites and visible CLI output, apply this section when planning verification and include the evidence requirement in implementation and review briefs, with the acceptance classification (required surfaces, states, and evidence, or not applicable with reason).
101
-
102
- - Capture the affected screen or interaction, including relevant responsive or state variants, using an available browser or capture tool. A missing desktop display alone does not rule out headless capture. For text-only CLI output, a representative terminal transcript can be sufficient. If vision is available, inspect the capture; otherwise label it visually unverified. Preserve the local artifact at any workable path, including /tmp; do not auto-commit screenshots unless project policy requires it.
103
- - Hand off implementer evidence as paths plus captions plus coverage gaps: each artifact states what it shows and which variants remain unchecked. The reviewer checks that coverage against the changed surface before delivery.
104
- - Publish required evidence in the PR body as an attachment or accessible artifact link with a descriptive caption, using supported authorized tooling; check the delivery tool's current help for upload support instead of relying on cached syntax. If upload is unavailable, preserve the local artifact, give its path in the handoff, and state the PR attachment limitation. Capture and upload are separate capabilities.
105
- - Present evidence concisely by changed screen or behavior: label each artifact with its state and relevant viewport or theme. Use a before/after table when comparison helps and a short captioned list for a single state or when tables would shrink images. Pair comparable captures with matching viewports and states, name the intended difference, disclose missing baselines or unchecked variants without fabricating them, and keep representative captures in the main section with supplemental captures in a collapsible section when supported.
106
- - Read back the actual PR body as delivery owner before claiming delivery or re-delivery; confirm attachments render or links resolve and evidence matches the current relevant diff. When a later change affects captured appearance or behavior, replace affected captures, update captions and comparisons, and remove obsolete or redundant PR body references; keep intentional clearly labeled before baselines and never present a historical before as current. Refresh only affected evidence, not every commit or unrelated file. Readback is a delivery-owner check, not a second full review.
107
- - For applicable changes, report evidence captured, unavailable with the checked limitation, or unnecessary with a concrete reason. Source-only documentation edits and mechanical moves preserving rendering can use existing evidence; a refactor label or passing build alone does not establish unchanged visuals. Keep capture effort proportionate to the changed surface.
108
-
109
- **!!! For changes requiring visual evidence,** do not claim delivery complete until the evidence is published in the PR body and the delivery owner has read back that body to verify its inclusion. Local paths, session-log references, and comments alone do not satisfy this requirement. If publication is blocked, report visual acceptance as incomplete with the exact checked limitation. An explicit user or project requirement for visual evidence remains acceptance work: provide it or report the outcome incomplete with the exact blocker. Optional PR illustration may be omitted with a reason; required evidence cannot silently become a follow-up.
102
+ For changes to rendered UI, including documentation sites and visible CLI output, classify visual evidence as required (changed surfaces, relevant states, expected evidence) or not applicable with a concrete reason, include the evidence requirement in implementation and review briefs, and load the available `create-pull-request` skill for the capture, handoff, publication, and readback procedure before claiming delivery. Follow the project template when one applies; stop on explicit project opt-out. Missing required evidence blocks acceptance: report it incomplete with the checked limitation, and a missing skill never waives it.
110
103
 
111
104
 
112
105
  ## Specialist Agents (Cursor)