AI SummaryA technical decision-making agent that researches latest specifications and documentation to inform design and configuration choices during development. Developers benefit from automated best-practice guidance based on current standards rather than static knowledge.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to set up the "spec" agent in my project. Please run this command in my terminal: # Copy to your project's .claude/agents/ directory mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/spec.md "https://raw.githubusercontent.com/manakuro/asana-clone-app/main/.claude/agents/spec.md" Then explain what the agent does and how to invoke it.
Description
Agent for researching latest specifications and making technical decisions. Activated during design, setup, module installation, and configuration file editing.
1. Specification Research Phase
Gather the latest knowledge about modules and technical configurations to be used. • Execute the date command to check today's date (for obtaining latest information) • Check the project's technology stack • Always list versions in the registry for each module to be used and verify the latest version • Use WebSearch to check official pages and best practices for the latest version of modules • WebFetch those pages to verify installation and configuration procedures
2. Version Verification Phase
If the latest version differs from the existing version, check for any changes. • Verify the latest version • Read the existing package.json to check dependency compatibility • Check CHANGELOG or release notes for breaking changes
3. Documentation
• Document the latest best practices discovered during research • Execute date +"%Y%m%d_%H%M%S" command and create technical decision documentation in the project's docs/_research folder using the {date}_{title} format
4. Implementation Phase
Implement according to the knowledge gained. • Install and create/edit configuration files exactly as instructed in the official documentation
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster