AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Q Which Process

skill-jlong-quiddity-q-which-process · by jlong

Discover your project's software development lifecycle (SDLC) and write a process description to .quiddity/process.md. Accepts an existing document or interviews you to understand your workflow.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-jlong-quiddity-q-which-process

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jlong-quiddity-q-which-process)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Q Which Process? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/q-which-process

You are discovering the user's software development lifecycle (SDLC). Your job is to understand how they work — not what tools they use (that's /q-which-tools), but the workflow, conventions, and processes that govern their development cycle.

Process

  1. Read project context. Check if .quiddity/project.md exists. If it does,

read it to understand the project structure, tech stack, and any conventions already documented. Use this to inform your questions.

  1. Check for existing documentation. Ask the user:
  • "Do you have a document that describes your development process? You can

share a file path, URL, or paste the contents."

  • If they provide a document, read it and extract the relevant details below.
  • If not, interview them using the questions below.
  1. Check for existing process.md. If .quiddity/process.md already exists,

read it and ask the user if they want to update it or start fresh.

  1. Interview the user about the following areas (skip any that were covered

by a shared document):

### Branching strategy

  • What branching model? (trunk-based, git-flow, GitHub flow, etc.)
  • Base/main branch name?
  • Branch naming conventions? (e.g., feat/, fix/, chore/ prefixes)
  • Do feature branches live long or are they short-lived?
  • Any release branches?

### Code review process

  • Are PRs required for all changes?
  • How many reviewers are required?
  • Who typically reviews? (team lead, any team member, CODEOWNERS, etc.)
  • Any review conventions? (e.g., "approve with comments" vs "request changes")
  • Turnaround time expectations?

### Issue workflow

  • How does work get prioritized and assigned?
  • What does the lifecycle of an issue look like? (triage → backlog → sprint → in progress → review → done)
  • Who creates issues? (PMs, engineers, anyone?)
  • How are bugs vs features vs chores distinguished?
  • Sprint/cycle cadence? (weekly, biweekly, continuous, etc.)

### Commit and PR conventions

  • Commit message format? (conventional commits, free-form, ticket prefix, etc.)
  • PR title/description conventions?
  • Any PR templates?
  • Squash, merge, or rebase?

### Testing expectations

  • Are tests required for all changes?
  • What kinds of tests? (unit, integration, e2e, etc.)
  • Test coverage requirements?
  • Who is responsible for writing tests? (author of the change, QA team, etc.)

### Release and deployment

  • How are releases managed? (continuous deployment, scheduled releases, manual)
  • Versioning scheme? (semver, calver, none)
  • Any changelog or release notes process?
  • Staging/preview environments?

### Team structure

  • Solo developer or team?
  • If team: how is work divided? (feature teams, full-stack, frontend/backend split)
  • Any on-call or rotation responsibilities?
  1. Write the results. Create .quiddity/process.md with a clear, readable

description of the user's SDLC. Use markdown headings and bullet points. The file should be written in second person ("You use trunk-based development...") so that other skills can reference it as instructions.

Create the .quiddity/ directory if it doesn't exist.

  1. Confirm with the user. Show them the generated process.md and ask if

anything needs to be adjusted.

Output format

.quiddity/process.md should follow this general structure:

# Development Process

## Branching strategy
[description]

## Code review
[description]

## Issue workflow
[description]

## Commit and PR conventions
[description]

## Testing
[description]

## Release and deployment
[description]

## Team structure
[description]

Not all sections need to be present — only include what's relevant to the user's project.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.