Add project-management plugin - #40
Merged
Merged
Conversation
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.
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.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
project-managementplugin with two skills:Both skills follow the template-based pattern: lean SKILL.md with workflow guidance, separate template file with the full document structure.
Also:
marketplace.json@gabriel-hurtadoto CODEOWNERS defaultsCloses #4