primer

Load project context from BUSINESS_LOGIC.md, features, and database configuration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/marcoapereirav-arch/nvision-saas-factory --skill primer-marcoapereirav-arch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: primer
Source: https://github.com/marcoapereirav-arch/nvision-saas-factory/tree/main/saas-factory/.claude/skills/primer
Command: npx skills add https://github.com/marcoapereirav-arch/nvision-saas-factory --skill primer-marcoapereirav-arch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill loads complete project context at the start of a session, enabling the agent to act with awareness of the project state, business logic, and configuration without repeated prompts.

Core Features & Use Cases

  • Context loading: Reads BUSINESS_LOGIC.md, the features structure, and DB/config state to seed the agent context.
  • Session initialization: Activates when the agent lacks context or the user asks for a project summary.
  • Use Case: Start a session with an existing SaaS Factory project to immediately provide the agent with current state and architectural details.

Quick Start

Instruct the agent to load full project context at startup using BUSINESS_LOGIC.md and current DB state.

Frequently Asked Questions about primer

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

FAQPage Schema
How do I load project context into an AI agent at the start of a session?

To load project context into an AI agent, you can use an automated context-loading workflow that parses BUSINESS_LOGIC.md, the features structure, and database configuration files. This provides immediate project awareness without repeated manual prompts.

Why does my agent forget business logic and database state between prompts?

Agents forget business logic and database state because they lack persistent session context. Loading complete project context at startup by reading configuration files and project artifacts seeds the agent with the current architectural state.

What is the best way to initialize an agent with existing SaaS project knowledge?

The best way to initialize an agent with existing SaaS project knowledge is through a deterministic context-loading workflow. It reads project artifacts like BUSINESS_LOGIC.md and current database state to expose configuration details at activation.

Do I need a BUSINESS_LOGIC.md file to provide agent context for my project?

Yes, a BUSINESS_LOGIC.md file is required to provide agent context. The context-loading mechanism parses this file alongside the features structure and database configuration to enable immediate project awareness and quick status summaries.

Can I automatically summarize project status for an agent lacking session context?

Yes, you can automatically summarize project status for an agent lacking session context. The context-loading workflow activates when context is missing, reading project artifacts to deliver a quick architectural and configuration summary.

When should I apply automated context loading for an agent-first workflow?

You should apply automated context loading for an agent-first workflow at session start or whenever the agent lacks context. This ensures immediate project awareness by exposing business logic and database configuration without manual intervention.