gsd-profile-user

Analyzes session data or questionnaire responses to generate a developer behavioral profile and artifacts.

1|Updated Aug 17, 2025
One-click install
npx skills add https://github.com/DuySeu/StockMind --skill gsd-profile-user-duyseu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-profile-user
Source: https://github.com/DuySeu/StockMind/tree/main/.agent/skills/gsd-profile-user
Command: npx skills add https://github.com/DuySeu/StockMind --skill gsd-profile-user-duyseu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the profile-generation workflow by analyzing session data or questionnaire responses to craft a detailed developer behavioral profile and produce Claude-discoverable artifacts that personalize agent interactions.

Core Features & Use Cases

  • End-to-end profile generation: detects existing profiles, enforces consent gating, performs session analysis or questionnaire fallback, and writes USER-PROFILE.md.
  • Artifact generation: creates gsd-dev-preferences and includes GEMINI.md sections for personalized interactions.
  • Workflow orchestration: routes through profile creation, result display, and artifact selection, enabling cross-project consistency.

Quick Start

Run the profile-user workflow to generate USER-PROFILE.md and related artifacts for a user.

Frequently Asked Questions about gsd-profile-user

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

FAQPage Schema
How do I generate a developer profile to personalize agent responses?

To generate a developer behavioral profile, you can analyze session data or questionnaire responses to produce artifacts like USER-PROFILE.md that personalize agent interactions across projects.

What is the process for creating personalized artifacts from session analysis?

Creating personalized artifacts involves an end-to-end workflow that enforces a consent gate, performs session analysis or questionnaire fallback, and writes files like gsd-dev-preferences and GEMINI.md sections.

How does consent gating work during developer profile generation?

Consent gating works by routing the profile-generation workflow through a required permission checkpoint before analyzing session data or generating any developer behavioral artifacts.

Can I use questionnaire responses instead of session data to build a developer profile?

Yes, you can use questionnaire responses as a fallback to build a developer profile when session data is unavailable, ensuring the workflow still generates the necessary personalized artifacts.

How do I resolve cross-project split conflicts when generating user profiles?

Resolving cross-project splits is handled by the workflow orchestration layer during profile generation, ensuring consistency and proper routing of artifacts like USER-PROFILE.md across different projects.

What are the limitations of using automated session analysis for behavioral profiling?

Automated session analysis for behavioral profiling depends on the quality of existing session data, requiring a questionnaire fallback mechanism to generate accurate developer profiles when data is insufficient.