brainforge ask

Answer project-specific developer questions with BrainForge context injected into prompts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MEHDImp4/BrainForgeAI --skill brainforge-ask
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brainforge ask
Source: https://github.com/MEHDImp4/BrainForgeAI/tree/main/packages/docs/ar/commands
Command: npx skills add https://github.com/MEHDImp4/BrainForgeAI --skill brainforge-ask

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eliminates the guesswork of asking an AI without enough knowledge of your codebase by automatically injecting complete BrainForge project context into every question.

Core Features & Use Cases

  • Context-injected Q&A: Sends your question along with a structured prompt describing your project identity, stack, active phase, and progress.
  • Provider-aware setup: Requires prior brainforge setup and can trigger setup automatically when no AI provider is configured.
  • Continuous conversation support: Produces answers streamed to your terminal and integrates cleanly with deeper discussions via brainforge discuss.

Quick Start

Run a project-aware question by executing: npx brainforge ask "How should I structure my database migration operations?"

Frequently Asked Questions about brainforge ask

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ask an AI assistant project-specific developer questions with full codebase context?

You can ask project-specific developer questions by using a context-injected prompt that automatically includes your project identity, stack, active phase, and progress to ground the AI's response.

What's the best way to get implementation guidance aligned with my current project phase?

To get implementation guidance aligned with your current project phase, submit a query that injects your project's active phase and progress fields from core.json directly into the prompt.

Do I need to configure an AI provider before asking context-aware architecture clarification questions?

Yes, you need a configured AI provider to ask architecture clarification questions, but the system can automatically trigger the setup process if no provider is detected.

How does the terminal handle streamed responses for troubleshooting project-specific issues?

Streamed responses for troubleshooting project-specific issues are output directly to the terminal, allowing you to read continuous AI-generated answers in real-time.

Can I continue a deeper discussion after asking an initial project-aware question?

Yes, you can continue a deeper discussion after an initial project-aware question by transitioning the conversation into a dedicated discuss workflow for extended interaction.