Goal-Directed Design Process
Goal-Directed Design Process
Goal-Directed Design Process
2
Cooper advocates five significant changes to the conven- A persona is a composite portrait of an idealized user: a
tional methods of software development in his goal-directed single sheet of paper with name, picture, job description,
design process: goals, and often a quote. Cooper notes, “We print out copies
of the cast of characters and distribute it at every meeting. . .
1. Design first; program second. Until the user is precisely defined, the programmer can
always imagine that he is the user.”
Old way: programming began as soon as possible—applying
design at the end if at all. Or, in more progressive environ- Goals derived from the persona are the focus of Cooper’s
ments, programming and design happened concurrently. entire process. (See Diagram: Evolution of the Software
Development Process).
“The single most important process change we can make,”
Cooper says, “is to design our interactive products com- User goals inform or direct all design decisions. “Personas
pletely before any programming begins.” are the single most powerful design tool that we use. They
are the foundation for all subsequent goal-directed design.
See Diagram: Evolution of the Software Development Personas allow us to see the scope and nature of the design
Process. problem . . . [They] are the bright light under which we do
surgery.”
2. Separate responsibility for design
from responsibility for programming. Cooper’s approach differs from task-analysis-based ap-
proaches by focusing first on goals to ensure that the right
Old way: programmers made significant decisions about how tasks are identified. “Goals are not the same thing as tasks.
users interact with the software—often while in the middle of A goal is an end condition, whereas a task is an intermediate
programming. process needed to achieve the goal…. The goal is a steady
thing. The tasks are transient,” he says.
Allowing the same person to design and program creates
a conflict of interest. Programmers want the product to be Finally, Cooper suggests a new way of organizing
easy to code while designers desire to make the product the design team.
easy to use.
5. Work in teams of two:
3. Hold designers responsible designer and design communicator
for product quality and user satisfaction.
Old ways: one programmer, or one interaction designer,
Old way: management held programmers responsible for or one interaction designer and one visual designer.
product quality—since they’re the ones who made it.
Assign two people to all project teams: a designer to be re-
This point has an important corollary: The flip side of taking sponsible for the product concept and a design communica-
responsibility for product quality is receiving authority to tor (very like a writer) to be responsible for the description of
decide how the product behaves and what it looks like. That the product. (See Diagram: Designer/Design Communicator).
means management has to be clear with programmers that This pairing resembles the art director and copywriter pair-
the design spec is not merely a suggestion but rather a plan ing common in advertising, although Cooper is insistent in
they must follow. Cooper says, “The design team must have pointing out that the role of the design communicator goes
responsibility for everything that comes in contact with the beyond just writing and documentation.
user. This includes all hardware as well as software. Col-
lateral software such as install programs and supporting Where do these changes lead?
products must be considered, too.”
Cooper maintains that goal-directed design will lead to soft-
Cooper’s next point, the heart of his approach, is a new take ware products that are more powerful and more pleasurable
on an old idea: focus on the customer. to use. He outlines five major benefits:
4. Define one specific user for your product; 1) Improved product quality
then invent a persona—give that user a name 2) Reduced development time—which leads to
and an environment and derive his or her goals. reduced cost
3) Improved documentation (Reducing the complexity
Old way: managers and programmers talked about “the of the software reduces the time spent explain-
end user” without being specific—allowing the term “user” ing software problems and frees up time to explain
to stretch to fit the situation. how the software can really help users).
3
Designer/Design Communicator
The Power of Two-person Teams
4
D DC
draws writes
D DC
5
Originally, programmers did it all:
In the early days of the PC software industry, smart
programmers dreamed up useful software, wrote it, and
even tested it on their own. As their businesses grew, the
businesses and the programs became more complicated.
6
Evolution of the Software Development Process
Programmers
Code/Test Ship
Managers Programmers
Managers Programmers QA
Managers Programmers QA
Bug Test
Initiate Design Code Ship
User Test
Usability Folks
7
Four Dimensions of Design
Cooper focuses on an area of design that traditional Within the last five years, a growing group of designers
designers do not often explore: the design of behavior. have begun to talk about behavior—the experience users
Yet, all design affects behavior: Architecture is about how have with a product. (Of course some designers such
people use spaces as much as it’s about form and light. And as Aaron Marcus and John Rheinfrank, have focused on
what would be the point of a poster if no one acted on the behavior for a long time).
information it presented?
These concerns—form, meaning, and behavior—are not
One way of making sense of the difference in focus between exclusive. Great work combines them—as Maya Lin did, for
Cooper’s work and more traditional design is through the example, in the Vietnam Veterans Memorial which is at once
lens of history. In the first half of the twentieth century, a carefully considered form, a series of layers of meaning,
designers focused primarily on form. Later, designers and a profoundly moving experience.
became increasingly concerned with meaning, for example,
product designers and architects introduced vernacular and Form, meaning, and behavior are not a closed set; already
retro forms in the 1970s; the trend continues today with we see hints of a fourth order of design (Richard Buchanan’s
retro-styled automobiles such as the PT Cruiser. phrase)—the design of possibility, opportunity, co-creation,
or collaborative systems. Again, it is not something new;
merely a new area of focus.
Alan Cooper’s fascination with computers was first triggered Cooper borrowed $10,000 from his father (who took out a
by the flashing lights of an IBM System 360 that he saw second mortgage on the family house to provide the money)
while visiting a Zurich bank in 1972. After that encounter, he and started a company with his high school friend, Keith
enrolled in data processing classes and learned to program. Parsons. Structured Systems Group (SSG) developed and
sold turn-key accounting systems, offering both a personal
But Cooper’s interest in design predates his interest in com- computer and the software to run it at prices far below
puters. “One morning when I was 14,” he recalls, “I woke up comparable minicomputer-based systems of the day. They
with a bolt of crystal clarity and knew that I wanted to be an soon realized that they didn’t need to sell the computers and
architect . . . I read every book in my high school library on began to sell software independently, a new idea at the time.
architecture.” Architecture, urban planning, and transporta- SSG also began publishing Gordon Eubanks’ CBASIC, an
tion design remain passions, and Cooper often describes early programming language. In their book, Fire in the Valley:
software design in terms of architecture and vice-versa, “The The Making of the Personal Computer, Paul Freiberger and
architect translates the needs of the user into terms that Michael Swaine describe SSG as “one of the first companies
could be understood by the builder,” he says. to deliver business software for microcomputer . . .” and a
progenitor of the “general software company,” in its time on
Cooper applied to study architecture at UC Berkeley’s Col- a par with Microsoft and Digital Research.
lege of Environmental Design, but despite winning a full Re-
gent’s Scholarship, he never attended. Instead, after Cooper SSG grew to 25 people but after four years Cooper left. He
saw a magazine ad for the Altair, an early personal computer, formed a new company, Access Software. While at SSG
he put off college in order to start a software company, just Cooper had been the chief programmer doing much of the
as Microsoft founders Paul Allen and Bill Gates did. That was coding as well as designing the software. At Access, Coo-
in 1975, before there was a PC industry and before there was per’s role was chief designer. “If the user came in contact
a software industry. with it, I defined it.” Instead of doing the programming
8
Form
Po
ssib
ilit
y
Meaning
r
vio
ha
Be
himself, he hired others to implement his vision of the inter- Pioneer Award on Cooper. Cooper notes that Gates also
face and left them free to organize the code as they thought gave him “a one-line resume: Father of Visual Basic.”
best. After two years with Access, Cooper joined his friend
Gordon Eubanks at Digital Research, taking a role focused While doing his speculative development work, Cooper
on design. He stayed little more than a year. Frustrated with toyed with the idea consulting. There were lots of opportuni-
the development process and priorities at Digital Research, ties to program, but he did not want to code other people’s
Cooper left to work on his own doing what he calls “specula- software designs. Instead, he wanted to design software
tive product development.” products, but he didn’t think anyone would pay him merely
for designing. Finally, in 1992, after speaking on an industry
Cooper worked on several projects including a visual panel, he took a gamble and announced that he was hence-
programming language. It enabled programmers to build forth working as a software design consultant. Two people
applications quickly and easily by clicking on file names and on the panel offered him work.
dragging them into a structure. Cooper showed his program
to Bill Gates who proceeded to buy it, replace Cooper’s In 1994, Cooper Interaction Design was busy enough to take
programming language with BASIC (a new version of what on two employees. Seven years later, it has 70 employees
had been Microsoft’s first product), and eventually publish with a range of backgrounds: technical writing, software proj-
the hybrid as Visual Basic. Visual Basic was wildly success- ect management, tech support, graphic design, the humani-
ful because it made easy what until then had been difficult. ties, physics, architecture, computer science, and industrial
Windows had previously required programmers to know C, a design. They occupy offices in two two-story buildings
demanding programming language. As Cooper explains, “Vi- located a block apart on the edge of the Stanford campus
sual Basic let’s you code without learning 600 Windows SDK and Stanford research park in Palo Alto—deep in the heart of
[Software Developer Kit] calls.” Gates showed his gratitude a Silicon Valley that desperately needs to put the user first.
by bestowing Microsoft’s Windows
9
Who Provides What to Whom
in the Software Development Process
Product (Project) provide a product that will be - vision of product vision of product vision of product vision of product
Management profitable, delivered requirements doc requirements doc requirements doc a finished product
on time and budget authority for visible authority for code authority for release
product behavior (invisible behavior) goals
goals goals resources
resources resources arbitration
arbitration arbitration
Software provide - time estimates - behavior specs behavior specs a product with a
Designers design plan finished artwork satisfying experience
behavior specs answers to questions
finished artwork
Software provide - time estimates tech opportunities - engineering spec a product that’s
Programmers engineering plan tech constraints feedback fast, efficient, and
engineering spec answers to questions (on test plan) meets behavior
finished code feedback candidate code specs
(on behavior spec) bug fixes
Software provide - time estimates feedback bug list, definition, - a product with a
QA QA plan (on behavior, and prioritization minimum of defects
tested code though this is rare)
10
The Science of Goal-Directed Systems
By Paul Pangaro
Further study of goals might lead to software that adapts to Of course, human beings themselves are “goal-directed
the goals of individual users, learning and responding as it’s systems, and this recognition is an important step toward
used. For help in this quest, designers can turn to a branch improving the software design process. Everything that we
of science that studies goal-directed activity. design should reflect the terminology and dimensions of its
user, if that user is to clearly take action, absorb feedback,
A classic example of goal-directed activity is the steering and evaluate the discrepancy between a current and
of a ship toward a destination. The captain aims directly desired state. Because these processes are clearly iterative,
for a point on shore but is driven off-course by wind or tide. cybernetics would also counsel designers to view the
Seeing the discrepancy, the captain makes a correction end-user’s activity as essentially one of prototyping, that is,
based on the magnitude and direction of the error. Through iteratively converging on higher and higher fidelity versions of
iteration of this loop—action, feedback, evaluation, re- some ideal, final goal.
action—the holder of the goal does his best to reach the
goal. When interacting with human colleagues we must express
our goals in order to be understood and to collaborate.
In the 1940s the aptness of this example caused Norbert Cybernetics suggests that we look at software in a similar
Wiener and Arturo Rosenblueth to name a new discipline way—that we ask how software might hold representations
after it: “cybernetics,” from the Greek kybernetes or of our goals, help us reflect on them, and even participate in
“steersmanship.” [Norbert Wiener, Cybernetics: or Control their development.
and Communication in the Animal and the Machine. John
Wiley and Sons, 1948.] Cybernetics further suggests that interaction design may
come to embrace the end-user as a designer of goals, not
Cybernetics begins with the observer’s identification of a merely an achiever of them. As software better supports
“system” that uses feedback to modify actions in pursuit of users in achieving goals they have already formulated,
a goal, regardless of what materials comprise the system. designers may find ways to focus more explicitly on
Though early discussions were often about mechanistic helping the end-user who is not yet certain of an end-goal.
systems, practitioners in cybernetics—who came from Interaction design might then bear surprising results—
psychology, anthropology, mathematics, biology, physics, when the end-user can express, evaluate, and modify
and sociology—immediately understood the power of the representations of his or her goals.
“goal-directed” perspective for modeling human activities.
11
Goal Directed Design
provide input to
Users
Cooper puts user goals at the center of the software design
process. That process is part of a series of office practices
which depend on the talent and skills of designers and on Managers provide mandate to
their application of principles and patterns throughout the Primary responsibility: insure financial success
process.
Activity: Define intent and Review what exists Discuss values, Apply ethnographic Define typical
constraints of project (e.g. documents) issues, expectations research techniques users
lead to
Result: Scope Audit Interviews Observations Personas
desired outcomes business plan management use patterns primary
time constraints marketing plan domain experts secondary
financial constraints branding strategy customers potential users supplemental
general process market research partners their activities negative
milestones product plan sales channel their environments served (indirectly)
(Scope may be competitors (This step leads to their interactions partner
loose or tight.) related technology a project mandate.) their objects (tools) customer
(aeiou framework from organizational
Rick Robinson, Sapient)
12
provide feedback on usability to
Users
Designers provide spec to Programmers provide code to QA certify product for release
Software development process
insure customer satisfaction insure performance insure reliability
The goal-directed design process takes place within a larger software development process.
Deduce what Imagine a system to Tell stories about Derive components Organize the Refine details;
users want help users reach goals using the system based on users components describe models
drive*
Goals Concept Scenarios Elements Framework Spec
life problem definition day-in-the-life information objects object relationships appearance
end * spark vision definition key-path functional objects conceptual groupings language
experience inform design imperatives error control mechanisms patterns flow / behavior
motivate (May require changes set-up logic / narrative flow product character
personal filter in scope.) navigation structure product story
organize
practical prioritize
corporate inflect
false validate
13
How to Build a Successful Product
Underlying Cooper’s approach to design is the premise that Cooper applies this model to three software giants
products must balance business and engineering concerns who have failed to find a balance:
with user concerns.
pa
ab
bil
sir
ity
De
Product Art
People Technology
Architecture
Viability Design
Larry Keeley proposed the original model (above) on which Politics Engineering
this diagram (far right) builds. Keeley’s model described the
three primary qualities in a high-technology business.
Business
Others have proposed measures of quality that have
three dimensions:
- Vitruvius: solidity, commodity, delight
- ISO 9241: efficiency, effectiveness, satisfaction Cooper relables the ‘teething rings’ people, business,
- Cooper: hot, simple, deep and technology. He places his first love, architecture,
- and of course: fast, cheap, good at the center – along with software design.
14
Probability of Probability of Probability of Overall probability
x x =
customer adoption sustaining business technical completion of product success
Th (once the product (up to launch and (delivery)
ed
om has launched) long enough after
ain
of to build revenue)
go
al-
dir
ec
User plan ted Technology
de
sig plan
n
a) design
schedule a) engineering
User model Technology schedule
b) behavior model
spec a) context b) engineering
- historical 1.) What do people 3.) What can a) technology spec
- social desire? we build? components
- economic
b) competitors
Objective:
b) user
a product that is
- demographic c) build vs buy
desirable and
- psychographic buy vs open source
viable and
- technographic
buildable
c) values
d) goals
e) scenarios
2.) What will sustain
a business?
Business model
Business plan
15