Skip to content

Add project-management plugin - #40

Merged
RomarQ merged 7 commits into
mainfrom
feat/moonsong-project-management
Apr 9, 2026
Merged

Add project-management plugin#40
RomarQ merged 7 commits into
mainfrom
feat/moonsong-project-management

Conversation

@RomarQ

@RomarQ RomarQ commented Apr 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds a new project-management plugin with two skills:

  • risk-management - Structured risk assessment using a 5x5 likelihood-impact matrix with dual scoring (inherent/residual), aligned with the approach used in mcs-discovery. Includes a standalone template with the mermaid matrix diagram, scales, and "Adapt:" guidance for per-project customization.
  • architecture-decision-record - ADR creation following the MADR standard. Includes a standalone template with optional sections clearly marked per the MADR spec.

Both skills follow the template-based pattern: lean SKILL.md with workflow guidance, separate template file with the full document structure.

Also:

  • Registered in marketplace.json
  • Added to root README
  • Added @gabriel-hurtado to CODEOWNERS defaults

Closes #4

Two skills for project management:
- risk-management: structured risk assessment with 5x5 matrix,
  inherent/residual dual scoring, and mitigation plans
- architecture-decision-record: ADR creation following the MADR standard

Also adds plugin to marketplace.json, root README, and @gabriel-hurtado
to CODEOWNERS defaults.
Move all scales, tables, diagrams, and structural content into
risk-register-template.md. The SKILL.md now focuses on workflow
guidance and references the template for the actual document structure.

Adds the 5x5 mermaid likelihood-impact matrix diagram and "Adapt:"
notes throughout the template for per-project customization.
RomarQ added 3 commits April 9, 2026 11:12
Move the full MADR template into adr-template.md. The SKILL.md now
focuses on workflow guidance and references the template.
Align with existing plugin naming convention (core-engineering,
moonbeam-engineering, plugin-management). Updated all references
in marketplace.json, platform configs, install docs, and READMEs.
The MADR standard allows minimal ADRs with only three required sections
(Context, Options, Outcome). Updated the template with HTML comments
marking each optional section, and updated the SKILL.md to list the
YAML frontmatter as optional rather than implicit.
@RomarQ
RomarQ requested a review from gabriel-hurtado April 9, 2026 10:18
RomarQ added 2 commits April 9, 2026 11:21
HTML comments before YAML frontmatter cause markdownlint to misdetect
the heading style as setext. Disable MD003 for this template file.
Replace duplicated location discovery logic with a reference to the
shared plan-location-discovery.md, extending it with ADR-specific
directory suggestions.
@RomarQ RomarQ changed the title Add moonsong-project-management plugin Add project-management plugin Apr 9, 2026
@RomarQ
RomarQ merged commit ad46ae0 into main Apr 9, 2026
4 checks passed
@RomarQ
RomarQ deleted the feat/moonsong-project-management branch April 9, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a new plugin with useful skills for project management

1 participant