Generate personalized greeting messages from templates. Use when demonstrating skill creation, learning skill anatomy, or scaffolding a new skill from a working example.
bar181/hey-bradley-core
SkillsMP has collected 6 skills from bar181/hey-bradley-core. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 6
- GitHub forks
- 0
Skills in this repository
Showing 6 of 6 collected skills.
Scaffold a new ADR (Architecture Decision Record) file with auto-incremented ID, Status:Proposed, today's date, and the 4 required sections (Context / Decisions / Consequences / Cross-refs). Self-contained — no MCP server required.
Run DDD_ATOM (per ADR-119) over a project description or existing .heybradley/spec.aisp; emit bounded contexts + relationships (partnership / customer-supplier / conformist / anti-corruption-layer) as markdown. Informational only — does not modify the spec.
Read project-local .heybradley/spec.aisp and emit a CLAUDE.md-formatted markdown bundle per ADR-122 (single .md with `# === FILE: <path> ===` markers covering preamble + process map + human spec + AISP spec + ADRs + agent waves). Pure transform; the spec must…
Convert a one-paragraph project description into an AISP-compliant draft Hey Bradley spec (humanSpec + north-star + SADD + implementation-plan) via the 8-atom pipeline. Writes a markdown bundle to ${CLAUDE_SKILL_DIR}/spec.md so the on-ramp does not bloat…
Decompose a sprint scope into a wave structure with ordered AgentSpec[] (role / scope / inputs / ownedFiles / DoD) per AGENT_ATOM (ADR-120). Enforces disjoint ownedFiles per wave (Γ R3 + Ε V1) and the 7-agent-per-wave cap.