Files
claude-plugins/.claude-plugin/marketplace.json
Claude Agent 0050fc66ef feat(ralph): v1.1.0 - Context detection, adaptive questions, browser verification
Major improvements inspired by coleam00/ai-agents-masterclass:

- prd.md: Auto-detect project context (package.json, pyproject.toml, etc.)
  - NEW_PROJECT_MODE: ~10 questions for new projects
  - FEATURE_MODE: ~5-7 questions for existing projects
  - Uses AskUserQuestion for interactive UX
  - Optional WebSearch for best practices

- convert.md: Extended functionality
  - Generates .claude/settings.json with allow-list per tech stack
  - Extracts real commands from package.json scripts
  - Adds techStack info to prd.json
  - Creates screenshots/ directory

- prompt.md: Browser verification with agent-browser CLI
  - Compact refs (@e1, @e2) for minimal token usage
  - requiresBrowserCheck flag per story
  - Screenshot saving for UI verification

- ralph.sh: Screenshots directory + agent-browser check

- README.md: Complete rewrite with new features

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 13:15:43 +00:00

26 lines
768 B
JSON

{
"name": "romfast-plugins",
"owner": {
"name": "Romfast Team"
},
"metadata": {
"description": "Claude Code plugins by Romfast Team"
},
"plugins": [
{
"name": "learn",
"source": "./plugins/learn",
"description": "Minimalist memory format with domain-based storage and signal detection",
"version": "3.2.0",
"keywords": ["learn", "memory", "patterns", "gotchas", "domains", "minimalist"]
},
{
"name": "ralph",
"source": "./plugins/ralph",
"description": "Autonomous loop for PRD implementation - context detection, adaptive questions, browser verification",
"version": "1.1.0",
"keywords": ["ralph", "prd", "autonomous", "agent", "loop", "browser", "verification"]
}
]
}