Pawan
Community@no-session · San Francisco
Pawan's pstack skill suite delivers headless-browser QA testing, deployment verification, security audits, and plan-review pipelines for solo web builders.
Agent Skills by Pawan
Showing 30 vetted skills indexed across 1 GitHub repositories.
pstack
Provides structured AI agent workflow skills covering validation, planning, review, QA, and shipping.
benchmark
Detects web performance regressions by comparing page metrics against captured baselines.
design-shotgun
Generate multiple AI design variants and collect structured feedback through a browser comparison board.
plan-design-review
Reviews implementation plans for UI/UX gaps and generates visual mockups before coding.
validate
Validates product ideas through six forcing questions and saves a design document.
design-consultation
Generate a complete design system and DESIGN.md through guided consultation and competitive research.
monitor
Monitors deployed web apps for console errors, performance regressions, and page failures using browser automation.
freeze
Restricts Edit and Write operations to a specified directory using PreToolUse hooks.
careful
Intercepts destructive bash commands and prompts for confirmation before execution.
cso
Audits codebases for secrets, supply chain, CI/CD, LLM, and OWASP vulnerabilities.
plan
Runs CEO, design, and engineering plan reviews sequentially with auto-decisions and a final approval gate.
investigate
Diagnose bugs through phased root cause investigation with regression tests and structured debug reports.
document-release
Updates project documentation files to match shipped code changes after a release.
reflect
Generates weekly engineering retrospectives from git commit history and work pattern metrics.
land-and-deploy
Merges GitHub pull requests, waits for CI and deploy, and verifies production health.
codex
Runs OpenAI Codex CLI for independent code review, adversarial challenge, and consult sessions.
qa
Tests web applications in a browser, fixes found bugs with atomic commits, and re-verifies.
qa-only
Tests web applications in a browser and produces structured bug reports without fixing code.
setup-browser-cookies
Import cookies from a real Chromium browser into a headless Playwright browse session.
review
Analyzes git diffs against the base branch for structural issues before merging code.
plan-ceo-review
Reviews implementation plans with founder-mode strategy analysis and scope expansion or reduction modes.
connect-chrome
Launches a visible Playwright-controlled Chromium window with the pstack Side Panel extension auto-loaded.
browse
Controls a persistent headless Chromium browser for QA testing, page inspection, and user-flow verification.
design-review
Audits live websites for visual design issues and fixes them with atomic commits.
Frequently Asked Questions About Pawan
FAQPage SchemaWhat tasks can I accomplish with Pawan's pstack skills?▼
You can QA-test web apps in a headless browser, benchmark Core Web Vitals, audit designs visually, review PRs for SQL and security issues, run OWASP threat-model audits, debug with root-cause investigation, and ship, deploy, and monitor production releases end to end.
Who are these skills designed for?▼
Solo builders, indie hackers, and small engineering teams shipping web applications. Skills like plan-ceo-review, validate, and reflect are explicitly solo-aware, targeting founders who need CEO, design, and engineering review coverage without a full team.
How do the QA and deployment skills work in practice?▼
The browse daemon navigates pages, interacts with elements, and captures screenshots at ~100ms per command. The qa skill tests and fixes bugs iteratively, ship creates the PR, land-and-deploy merges and verifies production health, and monitor watches for post-deploy regressions.
What safety mechanisms are included for production work?▼
The careful skill warns before destructive commands like rm -rf, DROP TABLE, and force-push; freeze restricts edits to a specific directory; guard combines both. The cso skill adds security audits covering secrets, dependency supply chains, CI/CD pipelines, and STRIDE threat modeling.
What prerequisites and dependencies do these skills require?▼
Skills run on Bash, Read, Write, Edit, Grep, Glob, WebSearch, and AskUserQuestion permissions. Browser testing uses the pstack browse daemon; authenticated testing requires importing cookies via setup-browser-cookies, and deployment verification requires platform config written by setup-deploy.