Agent skill
grounded-answer
Provide accurate, evidence-based answers by referencing sources from documents, textbooks, or research papers. Use when user asks for factual or source-backed responses.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/grounded-answer
SKILL.md
Grounded Answer Skill
When to Use This Skill
- User asks a factual question related to robotics, Physical AI, or related fields
- User requests answers supported by sources, references, or documents
- User wants explanations with verifiable evidence
Procedure
- Understand the question: Identify the key information requested
- Search the knowledge base: Look through provided documents, textbooks, or research papers
- Select relevant sources: Choose the most accurate and reliable references
- Generate grounded answer: Summarize the information clearly, citing sources
- Optional explanations: Include additional context, formulas, or examples if needed
Output Format
Answer: Concise, clear response to the question
Sources / References: List of supporting documents, papers, or textbook sections
Explanation / Details (Optional): Additional context, formulas, or examples for clarity
Quality Criteria
- Answers must be accurate and factual
- Always cite sources when possible
- Avoid speculation; if no source is available, indicate uncertainty
- Maintain clarity and relevance for the user
Example
Input: "Explain the role of torque in humanoid robot joint control."
Output:
- Answer: Torque is the rotational force applied at a robot joint, determining the joint’s angular acceleration according to τ = I * α. Proper torque control ensures stable and precise movement in humanoid robots.
- Sources / References:
- "Introduction to Robotics: Mechanics and Control" – Chapter 6, Joint Dynamics
- Lecture notes on Humanoid Robotics, Kinematics and Dynamics section
- Explanation / Details: The moment of inertia I and angular acceleration α define the required torque. Torque control is essential for walking, grasping, and manipulation tasks.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?