Create Adr Spike
Quickly generate a lightweight ADR spike document to explore architectural decisions and potential solutions collaboratively.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-adr-spike npx -- -y @trustedskills/create-adr-spike
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-adr-spike": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-adr-spike"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates Architectural Decision Records (ADRs) and spike solutions. It helps teams document important technical decisions and quickly prototype potential solutions to specific problems. The output includes a structured ADR template or a basic implementation of a spike solution, facilitating faster development cycles.
When to use it
- Documenting architectural choices: Before committing to a particular technology or approach in a project.
- Rapid prototyping: To quickly test and evaluate different solutions for a specific technical challenge.
- Knowledge sharing: To create a record of decisions made during development, accessible to the entire team.
- Exploring new technologies: To generate initial code examples when learning or adopting a new framework or library.
Key capabilities
- Generates ADR templates.
- Creates basic spike solutions.
- Supports documentation of technical decisions.
- Facilitates rapid prototyping.
Example prompts
- "Create an ADR for choosing between React and Vue for the frontend."
- "Generate a spike solution for implementing user authentication with Firebase."
- “Draft an ADR outlining our approach to database sharding.”
Tips & gotchas
The skill's output is intended as a starting point. Review and adapt the generated content to fit your specific project context and requirements.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.