feat: add standalone skill — no MCP server required#163
Merged
Conversation
Full DevPlan methodology as a Claude Code plugin/skill: - SKILL.md with interview flow, brief creation, plan generation - 4 reference docs (templates, validation, agents, workflows) - 2 standalone validation scripts (structural + Haiku-executability) - HelloCLI gold standard example embedded - All battle-tested lessons baked in as validation rules - Supports all 4 project types (CLI, web app, API, library) Install with: /plugin marketplace add mmorris35/devplan-mcp-server /plugin install devplan@mmorris35 --scope user Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…e add Registers the devplan plugin (repo root, source '.') under marketplace name 'mmorris35' so '/plugin install devplan@mmorris35' resolves. Made on [Distiller](https://pamir.ai)
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
/plugin marketplace add+/plugin installWhat's included
Motivation
The MCP SSE server has reliability issues (connection drops every 300-600s, tools fail to register). A local skill eliminates that fragility entirely. The lessons learned system was intentionally omitted — Nellie supersedes it.
Test plan
/plugin marketplace add mmorris35/devplan-mcp-serversucceeds/plugin install devplan@mmorris35 --scope usersucceeds/devplaninvokes the skillbash scripts/validate-plan.sh examples/hello-cli-plan.mdpassesbash scripts/check-haiku.sh examples/hello-cli-plan.mdruns cleanly🤖 Generated with Claude Code